summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-06-16 10:34:32 +0200
committerJohannes Dewender2013-06-16 10:34:32 +0200
commitc1cb808b314fadd5373d729b929b235dc3c25435 (patch)
treefe0548c9e2238ce00b72533f1f46ce3fd77bd242
parenta3cb60f22a7ecaa4ca2008836e3f153e65eb7edb (diff)
downloadaur-c1cb808b314fadd5373d729b929b235dc3c25435.tar.gz
python2-musicbrainz-git: add version to provides
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6256c1e93a19..0e31af8bca8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-musicbrainzngs-git
pkgdesc = bindings for the MusicBrainz NGS service
- pkgver = 0.3_3.g41236df
+ pkgver = 0.4_12.g306075f
pkgrel = 1
url = https://github.com/alastair/python-musicbrainz-ngs
arch = any
@@ -8,7 +8,7 @@ pkgbase = python2-musicbrainzngs-git
makedepends = python2-distribute
makedepends = git
depends = python2
- provides = python2-musicbrainzngs=0.3
+ provides = python2-musicbrainzngs=0.4_12.g306075f
conflicts = python2-musicbrainzngs
source = git+https://github.com/alastair/python-musicbrainz-ngs.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8c42c3084ff2..a276a6daf1b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _python=python2
_name=musicbrainzngs
pkgname=$_python-$_name-git
-pkgver=0.3_3.g41236df
+pkgver=0.4_12.g306075f
pkgrel=1
pkgdesc="bindings for the MusicBrainz NGS service"
url="https://github.com/alastair/python-musicbrainz-ngs"
@@ -13,7 +13,7 @@ license="BSD"
arch=('any')
depends=("$_python")
makedepends=("$_python-distribute" 'git')
-provides=("$_python-musicbrainzngs=0.3")
+provides=("$_python-musicbrainzngs=$pkgver")
conflicts=("$_python-musicbrainzngs")
source=('git+https://github.com/alastair/python-musicbrainz-ngs.git')
md5sums=('SKIP')