summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKopfKrieg2017-06-30 16:44:59 +0200
committerKopfKrieg2017-06-30 16:44:59 +0200
commitc83ae999936e68714b29b9cf0c4c8d41e368f80c (patch)
tree7cf398cb63e47f12c54a551fb52d16eab0b5dfd4
parent82c1120f3592cd357b57893cd981e8f696dd14ac (diff)
downloadaur-c83ae999936e68714b29b9cf0c4c8d41e368f80c.tar.gz
python-gnupg-isis now replaces python-gnupg-ng
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6f6d5156aa..a2c6399c7022 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-gnupg-isis
pkgdesc = A modified version of python-gnupg, including security patches, extensive documentation, and extra features. The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard.
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/isislovecruft/python-gnupg
arch = any
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = python-gnupg-isis
depends = python-psutil
provides = python-gnupg
conflicts = python-gnupg
+ replaces = python-gnupg-ng
source = git://github.com/isislovecruft/python-gnupg.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7d681169cc32..58dfd539bdc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-gnupg-isis
_gitname=python-gnupg
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A modified version of python-gnupg, including security patches, extensive documentation, and extra features. The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard.'
url='https://github.com/isislovecruft/python-gnupg'
license=('GPL3')
@@ -11,6 +11,7 @@ arch=('any')
depends=('python' 'gnupg' 'python-psutil')
conflicts=('python-gnupg')
provides=('python-gnupg')
+replaces=('python-gnupg-ng')
source=('git://github.com/isislovecruft/python-gnupg.git')
md5sums=('SKIP')