diff options
author | Guillaume Hayot | 2019-11-15 10:37:19 +0100 |
---|---|---|
committer | Guillaume Hayot | 2019-11-15 10:37:19 +0100 |
commit | ed893d75b6c5185c04dcb3417ffb35628739c608 (patch) | |
tree | 5f9635e34d652f845f2f1105175fcf1bd3d5132d | |
parent | ee773a3ede066f71030e52b65d9d7f5f1e7ef176 (diff) | |
download | aur-ed893d75b6c5185c04dcb3417ffb35628739c608.tar.gz |
Rebuild with v3.8
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ 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.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/discogs/discogs_client arch = any license = custom @@ -5,7 +5,7 @@ pkgname=python-discogs-client pkgver=2.2.2 -pkgrel=1 +pkgrel=2 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-six' 'python-requests' 'python-oauthlib') makedepends=('python-setuptools') |