diff options
author | Guillaume Hayot | 2020-12-02 17:56:27 +0100 |
---|---|---|
committer | Guillaume Hayot | 2020-12-02 17:56:27 +0100 |
commit | 3743923f2c5a61835f332ae153af963117a07c63 (patch) | |
tree | 1c587c597642172bf2a1f91109cb39fc1766d425 | |
parent | 9d4ce6e08419bb52fa70d295e740add409b9a200 (diff) | |
download | aur-3743923f2c5a61835f332ae153af963117a07c63.tar.gz |
pkgrel bump to rebuild against Python 3.9
-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.3.0 - 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.3.0 -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') |