summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3fc30ae78aaa..46c79e781e87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,13 @@ pkgname=gnupg1
pkgname_=gnupg
pkgver=1.4.23
pkgrel=1
-pkgdesc="GNU Privacy Guard - a PGP replacement tool"
+pkgdesc="GNU Privacy Guard - a complete and free implementation of the OpenPGP standard."
arch=('i686' 'x86_64' 'armv6h' 'armv6l' 'armv7h' 'armv7l' 'armv8h' 'armv8l')
license=('GPL3')
-depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 'readline>=6.0.00')
+depends=('zlib' 'bzip2' 'libldap>=2.4.18' 'libusb-compat' 'curl>=7.16.2' 'readline>=6.0.00' 'pinentry')
+provides=("gnupg1=${pkgver}")
+replaces=('gnupg1' 'gnupg1-extended')
+conflicts=('gnupg1' 'gnupg1-extended')
source=("https://gnupg.org/ftp/gcrypt/gnupg/$pkgname_-$pkgver.tar.bz2"{,.sig})
install=gnupg.install
url="http://www.gnupg.org/"