This thread contains a patchset. You're looking at the original emails,
but you may wish to use the patch review UI.
Review patch
4
3
[PATCH] community/aerc: upgrade to 0.10.0
---
community/aerc/APKBUILD | 6 +++ ---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/community/aerc/APKBUILD b/community/aerc/APKBUILD
index 5fbbd87570..6c355efa8f 100644
--- a/community/aerc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=aerc
- pkgver=0.9.0
- pkgrel=1
+ pkgver=0.10.0
+ pkgrel=0
pkgdesc="email client for your terminal"
url="https://aerc-mail.org"
arch="all"
@@ -26,5 +26,5 @@ package() {
}
sha512sums="
- 5821a35bc9c893ac800532b24cce0dcee5113fe41cce057e3ce952c7d7e9add680cbb11b4700cc8896d852817534d979df44f1cb82d93ae5438ebed826bab7bb aerc-0.9.0.tar.gz
+ 016182847e1fb8198973aa8522d9a205a8589760d40b0177cb41a9b236277fb4aa11d2c0f14bd836be5a53f4b4d5ef65b407407e09399a2ad025fbf22d53bfbb aerc-0.10.0.tar.gz
"
base-commit: fb8ab5c29b5a084cbd3e16f289d66bfd429f658d
prerequisite-patch-id: cb3d5a01f829eb4c5af79a1c4c55a2edc32e8dba
prerequisite-patch-id: d8eb6edcff0bab089faa72c7fa52bfdab9dd2c61
--
2.36.1
Hello Drew,
seems like this does fail because it's missing
> checkdepends="gpg"
If I add this locally I could build the package.
Thanks,
j.r
Hi,
> Thanks, sent a v2.
Sorry for my mistake, but seems like it not only requires gpg for the
test, but the full gnupg metapackage because it also does signing etc.
Could you maybe send a v3?
Thanks
j.r