aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/gnupg/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gnupg/APKBUILD b/main/gnupg/APKBUILD
index 2ca0d14c95..205ef5d378 100644
--- a/main/gnupg/APKBUILD
+++ b/main/gnupg/APKBUILD
@@ -3,7 +3,7 @@
pkgname=gnupg
pkgver=2.2.19
_ver=${pkgver/_beta/-beta}
-pkgrel=0
+pkgrel=1
pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool"
url="https://www.gnupg.org/"
arch="all"
@@ -55,6 +55,9 @@ package() {
ln -s gpgv "$pkgdir"/usr/bin/gpgv2
install -m755 tools/gpg-zip "$pkgdir"/usr/bin/gpg-zip
+
+ # Remove docs for systemd-user
+ rm -rf "$pkgdir"/usr/share/doc/gnupg/examples/systemd-user
}
scdaemon() {