diff options
author | Guillaume Hayot | 2017-11-20 12:29:33 +0100 |
---|---|---|
committer | Guillaume Hayot | 2017-11-20 12:29:33 +0100 |
commit | 332ef2a299a4c212ca5fefc8469bfb0434674448 (patch) | |
tree | 0592abe5ad74816a186dbcadbe7d1d92101ee4dc | |
parent | e3cd59eff79b26610ea6966e31e5bc799548c943 (diff) | |
download | aur-332ef2a299a4c212ca5fefc8469bfb0434674448.tar.gz |
Change dependencies
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,14 +1,14 @@ # Generated by mksrcinfo v8 -# Mon Nov 20 11:23:29 UTC 2017 +# Mon Nov 20 11:29:30 UTC 2017 pkgbase = python-discogs-client pkgdesc = This is the official Discogs API client for Python. You can use it to query the Discogs music database for metadata on artists, releases, and more. pkgver = 2.2.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/discogs/discogs_client arch = any - license = BSD + license = custom makedepends = python-setuptools - depends = python + depends = python-six depends = python-requests depends = python-oauthlib source = discogs-client-2.2.1.tar.gz::https://pypi.python.org/packages/1f/1f/62a8cee111ff72c5ad379039adef8c872813602ffd516ba35368726f14c2/discogs-client-2.2.1.tar.gz @@ -5,18 +5,18 @@ pkgname=python-discogs-client pkgver=2.2.1 -pkgrel=2 +pkgrel=3 pkgdesc="This is the official Discogs API client for Python. You can use it to query the Discogs music database for metadata on artists, releases, and more." -depends=('python' "python-requests" "python-oauthlib") +depends=('python-six' 'python-requests' 'python-oauthlib') makedepends=('python-setuptools') arch=('any') -# pypi doesn't ship a license so we have to get it from gh +# PyPI doesn't ship a license so we have to get it from GitHub source=(discogs-client-$pkgver.tar.gz::https://pypi.python.org/packages/1f/1f/62a8cee111ff72c5ad379039adef8c872813602ffd516ba35368726f14c2/${pkgname#python-}-${pkgver}.tar.gz LICENSE::https://raw.githubusercontent.com/discogs/discogs_client/v2.2.0/LICENSE) md5sums=('c82be8006e1c02fcfc2bb42a2e312151' 'c1e6695335325feb11337315fb930f21') url="https://github.com/discogs/discogs_client" -license=("BSD") +license=('custom') package() { cd $srcdir/${pkgname#python-}-$pkgver |