[arch-commits] Commit in python-discogs-client/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Jul 28 12:26:39 UTC 2021


    Date: Wednesday, July 28, 2021 @ 12:26:38
  Author: alucryd
Revision: 988847

python-discogs-client 2.3.12-2: FS#71424 add python-dateutil to depends

Modified:
  python-discogs-client/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-28 12:25:10 UTC (rev 988846)
+++ PKGBUILD	2021-07-28 12:26:38 UTC (rev 988847)
@@ -6,12 +6,13 @@
 
 pkgname=python-discogs-client
 pkgver=2.3.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Python Client for the Discogs API'
 arch=(any)
 url=https://github.com/joalla/discogs_client
 license=(BSD)
 depends=(
+  python-dateutil
   python-six
   python-requests
   python-oauthlib



More information about the arch-commits mailing list