diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 15:13:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:54 +0000 |
commit | d7b6dcc65f42f43fa836c8b44550e26a678a95ac (patch) | |
tree | d4b22ada43df7d1060b0dcfbb5c857c9bf0700e9 /testing/py3-discogs-client | |
parent | e566d815b1316a3b8b8ef34f080367c3a5ea5683 (diff) | |
download | aports-d7b6dcc65f42f43fa836c8b44550e26a678a95ac.tar.bz2 aports-d7b6dcc65f42f43fa836c8b44550e26a678a95ac.tar.xz |
testing/py3-discogs-client: rebuild against python 3.7
Diffstat (limited to 'testing/py3-discogs-client')
-rw-r--r-- | testing/py3-discogs-client/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-discogs-client/APKBUILD b/testing/py3-discogs-client/APKBUILD index 27d4a75cc4..f1080abf44 100644 --- a/testing/py3-discogs-client/APKBUILD +++ b/testing/py3-discogs-client/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-discogs-client _pkgname=discogs-client pkgver=2.2.2 -pkgrel=0 +pkgrel=1 pkgdesc="Official Python API client for Discogs" url="https://github.com/discogs/discogs_client" arch="noarch" |