summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuraj Fiala2016-04-07 16:07:55 +0200
committerJuraj Fiala2016-04-07 16:07:55 +0200
commitfb1b587ca4f63811cb65d64c21469a418669246a (patch)
tree4aef93f75522dc69bfa30da78f715e96a940ab94 /PKGBUILD
parentcfe7166d4db1334e4f2321df9f53fd940756aef8 (diff)
downloadaur-python2-gnupg-ng-leap.tar.gz
Fix 'provides'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f75b9e284ddf..e5ecab58a074 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL3')
arch=('any')
depends=('python2' 'gnupg' 'python2-psutil')
conflicts=('python2-gnupg' 'python2-gnupg-isis')
-provides=('python2-gnupg')
+provides=("python2-gnupg=$pkgver")
source=("https://github.com/leapcode/$_srcname/archive/master.zip")
sha256sums=('453bbfdb19d4467f289346c2f0b994ea729b1fafe34fd912a0dab4fe6808e171')