[arch-commits] Commit in gnupg2/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Nov 22 16:20:40 UTC 2009


    Date: Sunday, November 22, 2009 @ 11:20:40
  Author: tpowa
Revision: 59340

upgpkg: gnupg2 2.0.13-3
    fix #17186 and #17156

Modified:
  gnupg2/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-22 16:06:40 UTC (rev 59339)
+++ PKGBUILD	2009-11-22 16:20:40 UTC (rev 59340)
@@ -4,25 +4,18 @@
 
 pkgname=gnupg2
 pkgver=2.0.13
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool"
 arch=('i686' 'x86_64')
 depends=('libldap' 'curl>=7.19.4' 'bzip2' 'zlib' 'libksba>=1.0.3' 'libgcrypt>=1.4.3-2'
-	'pth' 'libusb' 'libassuan>=1.0.5' 'texinfo' 'readline>=6.0.00')
-optdepends=('pinentry'
-            'dirmngr')
+	'pth' 'libusb' 'libassuan>=1.0.5' 'texinfo' 'readline>=6.0.00' 'pinentry' 'dirmngr')
 license=('GPL')
-#options=('!makeflags') # works in 2.0.11
 source=(ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-$pkgver.tar.bz2)
 url="http://www.gnupg.org/"
 install=gnupg2.install
 
 build() {
   cd ${srcdir}/gnupg-$pkgver
-
-# news files says it got fixed in 2.0.1
-  # O2 breaks it on x86_64
-#  [ "$CARCH" = "x86_64" ] && EXTRAOPTS="--disable-optimization"
   ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg2 #$EXTRAOPTS
   make || return 1
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list