summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2014-02-07 12:42:17 +0100
committerJohannes Dewender2014-02-07 12:42:17 +0100
commit9a00b5fd630f01eff71faa3378ae0334738f70e4 (patch)
treed74d5a1ea0923cb372212739b83b561b0653f7b5
parentb8590f3492fec33b7212c0d86f42e4b0e9e8aebb (diff)
downloadaur-9a00b5fd630f01eff71faa3378ae0334738f70e4.tar.gz
python2-musicbrainzngs-git: remove dep python2-distribute
not sure why that was there anyways. This should work with vanilla python. Setuptools is also not needed.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b39cbb44ffe..b4ae01960193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python2-musicbrainzngs-git
pkgdesc = bindings for the MusicBrainz NGS service
- pkgver = 0.4_75.g2456f73
+ pkgver = 0.5_1.g55977ae
pkgrel = 1
url = http://python-musicbrainzngs.readthedocs.org/
arch = any
license = BSD
- makedepends = python2-distribute
makedepends = git
depends = python2
- provides = python2-musicbrainzngs=0.4_75.g2456f73
+ provides = python2-musicbrainzngs=0.5_1.g55977ae
conflicts = python2-musicbrainzngs
source = git+https://github.com/alastair/python-musicbrainzngs.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 717cdd7b24d0..51154d049aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _python=python2
_name=musicbrainzngs
pkgname=$_python-$_name-git
-pkgver=0.4_75.g2456f73
+pkgver=0.5_1.g55977ae
pkgrel=1
pkgdesc="bindings for the MusicBrainz NGS service"
url="http://python-musicbrainzngs.readthedocs.org/"
license="BSD"
arch=('any')
depends=("$_python")
-makedepends=("$_python-distribute" 'git')
+makedepends=('git')
provides=("$_python-musicbrainzngs=$pkgver")
conflicts=("$_python-musicbrainzngs")
source=('git+https://github.com/alastair/python-musicbrainzngs.git')