[arch-commits] Commit in gnupg2/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Sun Nov 22 16:24:21 UTC 2009


    Date: Sunday, November 22, 2009 @ 11:24:21
  Author: tpowa
Revision: 59342

Merged revisions 59340 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gnupg2/trunk

........
  r59340 | tpowa | 2009-11-22 16:20:40 +0000 (So, 22 Nov 2009) | 2 lines
  
  upgpkg: gnupg2 2.0.13-3
      fix #17186 and #17156
........

Modified:
  gnupg2/repos/extra-x86_64/	(properties)
  gnupg2/repos/extra-x86_64/PKGBUILD

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


Property changes on: gnupg2/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gnupg2/trunk:1-52177
   + /gnupg2/trunk:1-59341

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-22 16:21:23 UTC (rev 59341)
+++ extra-x86_64/PKGBUILD	2009-11-22 16:24:21 UTC (rev 59342)
@@ -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