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

Gaetan Bisson bisson at archlinux.org
Tue Nov 11 18:53:24 UTC 2014


    Date: Tuesday, November 11, 2014 @ 19:53:23
  Author: bisson
Revision: 226069

fix FS#42745

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-11 18:20:24 UTC (rev 226068)
+++ PKGBUILD	2014-11-11 18:53:23 UTC (rev 226069)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -24,7 +24,7 @@
 
 conflicts=('dirmngr' 'gnupg2')
 provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'dirmngr')
+replaces=('dirmngr' 'gnupg2')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list