[arch-commits] Commit in python-discogs-client/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Jun 28 09:53:14 UTC 2021
Date: Monday, June 28, 2021 @ 09:53:14
Author: alucryd
Revision: 967674
upgpkg: python-discogs-client 2.3.12-1
Modified:
python-discogs-client/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-28 09:24:00 UTC (rev 967673)
+++ PKGBUILD 2021-06-28 09:53:14 UTC (rev 967674)
@@ -5,11 +5,11 @@
# Contributor: Joost Bremmer <toost.b at gmail.com>
pkgname=python-discogs-client
-pkgver=2.3.0
-pkgrel=3
-pkgdesc='Official Python Client for the Discogs API'
+pkgver=2.3.12
+pkgrel=1
+pkgdesc='Python Client for the Discogs API'
arch=(any)
-url=https://github.com/discogs/discogs_client
+url=https://github.com/joalla/discogs_client
license=(BSD)
depends=(
python-six
@@ -20,8 +20,8 @@
git
python-setuptools
)
-_tag=c159195a43ceb3def5a9be2acce43bbad71a2e32
-source=(git+https://github.com/discogs/discogs_client.git#tag=${_tag})
+_tag=51727cd409dff9011784ff098d5cc0be8c966f62
+source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
b2sums=(SKIP)
pkgver() {
More information about the arch-commits
mailing list