summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphazo2013-08-12 14:41:05 +0200
committerAlphazo2015-06-10 16:20:45 +0200
commit09e9494018f9f730c9b04c93126bd013485ad805 (patch)
treeb0b4c330d38db30703b05af1266b4802a21e44c6
parent8c81b5d27d57a03a4a8acd2d7fa0b0d6b36d085d (diff)
downloadaur-09e9494018f9f730c9b04c93126bd013485ad805.tar.gz
Remove Replace section in PKGBUILD
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8289ee279caa..7b70a07e9dcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_gitname=gnupg
pkgname=gnupg-git
-pkgver=2.1.0beta3+220+g82c25e6
+pkgver=2.1.0beta3+233+g50c98c7
pkgrel=1
pkgdesc="GNU Privacy Guard 2 - a PGP replacement tool. Development version. Do not use in production environments. Test new ECC algorithm by using --expert with --gen-key"
arch=('i686' 'x86_64')
@@ -16,7 +16,6 @@ url="http://www.gnupg.org/"
makedepends=('git' 'ghostscript' 'transfig' 'automake-1.11')
provides=("gnupg=${pkgver}" 'dirmngr')
conflicts=('gnupg2' 'gnupg' 'dirmngr')
-replaces=('gnupg2' 'gnupg' 'dirmngr')
install=${pkgname}.install
source=("git://git.gnupg.org/gnupg.git")
sha1sums=('SKIP')