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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Oct 22 18:59:05 UTC 2010


    Date: Friday, October 22, 2010 @ 14:59:05
  Author: andyrtr
Revision: 96620

upgpkg: gnupg 1.4.11-1
new version 1.4.11

Modified:
  gnupg/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-22 18:47:50 UTC (rev 96619)
+++ PKGBUILD	2010-10-22 18:59:05 UTC (rev 96620)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=gnupg
-pkgver=1.4.10
-pkgrel=2
+pkgver=1.4.11
+pkgrel=1
 pkgdesc="GNU Privacy Guard - a PGP replacement tool"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -11,13 +11,17 @@
 source=(ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/gnupg/$pkgname-$pkgver.tar.bz2)
 install=gnupg.install
 url="http://www.gnupg.org/"
-md5sums=('dcf7ed712997888d616e029637bfc303')
+md5sums=('411744e1ef8ce90b87938c4203f001f1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --libexecdir=/usr/lib # docdir can't be set properly
   make || return 1
   ln -s ${pkgname}-${pkgver}/scripts ..
+}
+  
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
   
   # fix fileconflict with gnupg2 pkg




More information about the arch-commits mailing list