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

Gaetan Bisson bisson at archlinux.org
Tue Aug 11 15:05:20 UTC 2015


    Date: Tuesday, August 11, 2015 @ 17:05:19
  Author: bisson
Revision: 243159

upstream update

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-11 14:21:42 UTC (rev 243158)
+++ PKGBUILD	2015-08-11 15:05:19 UTC (rev 243159)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=gnupg
-pkgver=2.1.6
+pkgver=2.1.7
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -21,7 +21,7 @@
               '031EC2536E580D8EA286A9F22071B08A33BD3F06'
               'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('9e8157b3386da04760657ce3117fc4dc570c57c5' 'SKIP')
+sha1sums=('1a345804f34a2acd05c1555e40ddfa297f38438b' 'SKIP')
 
 install=install
 
@@ -31,7 +31,7 @@
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed '/noinst_SCRIPTS = gpg-zip/c bin_SCRIPTS += gpg-zip' -i tools/Makefile.in
+	sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i tools/Makefile.in
 }
 
 build() {



More information about the arch-commits mailing list