From a07acc6140fde8faa18aa124ad083adc89a7c25c Mon Sep 17 00:00:00 2001 From: r1w1s1 Date: Sat, 1 Feb 2025 18:36:11 -0300 Subject: [PATCH 1/2] update to version 0.20.1 --- network/aerc/aerc.SlackBuild | 4 +++- network/aerc/aerc.info | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/network/aerc/aerc.SlackBuild b/network/aerc/aerc.SlackBuild index eed651ce867..ec5fa3d2a1a 100644 --- a/network/aerc/aerc.SlackBuild +++ b/network/aerc/aerc.SlackBuild @@ -27,11 +27,13 @@ # v0.18.2: 09/sep/2024 by r1w1s1 # v0.19.0: 15/jan/2025 by r1w1s1 # v0.20.0: 25/jan/2025 by r1w1s1 +# v0.20.1: 01/feb/2025 by r1w1s1 + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=aerc -VERSION=${VERSION:-0.20.0} +VERSION=${VERSION:-0.20.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/aerc/aerc.info b/network/aerc/aerc.info index fb7c31fa959..4b2e16ce293 100644 --- a/network/aerc/aerc.info +++ b/network/aerc/aerc.info @@ -1,8 +1,8 @@ PRGNAM="aerc" -VERSION="0.20.0" +VERSION="0.20.1" HOMEPAGE="https://aerc-mail.org/" -DOWNLOAD="https://git.sr.ht/~rjarry/aerc/archive/0.20.0.tar.gz" -MD5SUM="185a5ef640c276cf1efce73e78c91e72" +DOWNLOAD="https://git.sr.ht/~rjarry/aerc/archive/0.20.1.tar.gz" +MD5SUM="99d758f9414cc9157c7312a41fb73e3f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang scdoc" From 9f0653534df0e50885371319119e39d30a5f4d77 Mon Sep 17 00:00:00 2001 From: r1w1s1 Date: Sat, 1 Feb 2025 19:42:42 -0300 Subject: [PATCH 2/2] fix - WARN: README has lines >72 characters --- network/aerc/README | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/network/aerc/README b/network/aerc/README index 0bac8551fe5..cb8916139e0 100644 --- a/network/aerc/README +++ b/network/aerc/README @@ -1,25 +1,28 @@ A pretty good email client -aerc is an email client that runs in your terminal. It's highly efficient and -extensible, perfect for the discerning hacker. Check out the screencast above -to get an idea of how it's used. +aerc is an email client that runs in your terminal. It's highly +efficient and extensible, perfect for the discerning hacker. +Check out the screencast above to get an idea of how it's used. Some of its more interesting features include: - Editing emails in an embedded terminal tmux-style. - - Render HTML emails with an interactive terminal web browser, highlight - patches with diffs, and browse with an embedded less session. - - Vim-style keybindings and ex-command system, allowing for powerful - automation at a single keystroke. + - Render HTML emails with an interactive terminal web browser, + highlight patches with diffs, and browse with an embedded + less session. + - Vim-style keybindings and ex-command system, allowing for + powerful automation at a single keystroke. - First-class support for working with git & email. (https://git-send-email.io/) - - Open a new tab with a terminal emulator and a shell running for easy - access to nearby git repos for parallel work. - - Support for multiple accounts, with IMAP, Maildir, Notmuch, Mbox and JMAP - backends. Along with IMAP, JMAP, SMTP, and sendmail transfer protocols. - - Asynchronous IMAP and JMAP support ensures the UI never gets locked up by - a flaky network. - - Efficient network usage - aerc only downloads the information which is - necessary to present the UI, making for a snappy and bandwidth-efficient + - Open a new tab with a terminal emulator and a shell + running for easy access to nearby git repos for parallel work. + - Support for multiple accounts, with IMAP, Maildir, Notmuch, + Mbox and JMAP backends. Along with IMAP, JMAP, SMTP, and sendmail + transfer protocols. + - Asynchronous IMAP and JMAP support ensures the UI never + gets lockedi up by a flaky network. + - Efficient network usage - aerc only downloads the information + which is necessary to present the UI, making for a snappy and + bandwidth-efficient - Email threading (with and/or without IMAP server support). - PGP signing, encryption and verification using GNUpg.