summaryrefslogtreecommitdiff
path: root/core/gnupg/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/gnupg/PKGBUILD')
-rw-r--r--core/gnupg/PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD
index 8bcda0399..c66d877fb 100644
--- a/core/gnupg/PKGBUILD
+++ b/core/gnupg/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 214306 2014-06-05 17:24:35Z bisson $
+# $Id: PKGBUILD 216180 2014-07-02 00:13:52Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=gnupg
-pkgver=2.0.23
+pkgver=2.0.25
pkgrel=1
pkgdesc='Complete and free implementation of the OpenPGP standard'
url='http://www.gnupg.org/'
@@ -16,10 +16,8 @@ optdepends=('curl: gpg2keys_curl'
'libusb-compat: scdaemon')
makedepends=('curl' 'libldap' 'libusb-compat')
depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 'dirmngr')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
- 'protect-tool-env.patch')
-sha1sums=('c90e47ab95a40dd070fd75faef0a05c7b679553b' 'SKIP'
- '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('890d77d89f2d187382f95e83e386f2f7ba789436' 'SKIP')
install=install
@@ -27,11 +25,6 @@ conflicts=('gnupg2')
provides=("gnupg2=${pkgver}")
replaces=('gnupg2')
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../protect-tool-env.patch # FS#31900
-}
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \
@@ -40,6 +33,7 @@ build() {
--sbindir=/usr/bin \
--libexecdir=/usr/lib/gnupg \
--enable-maintainer-mode \
+ --enable-standard-socket \
--enable-symcryptrun \
--enable-gpgtar \