summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Bednoff2021-11-19 05:00:00 +0600
committerAndrew Bednoff2021-11-19 05:00:00 +0600
commitddf45e617beeb741d1e2d711a10ba534c091cb7d (patch)
tree6981660c6ba2e6ec17c30b077a6f181b80f80f8f /PKGBUILD
parent3164acaf53c6038138b4ef6ad8087362b52c70d3 (diff)
downloadaur-gnupg1.tar.gz
PKGBUILD & .SRCINFO changes.
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/"