Date: Sunday, September 11, 2022 @ 10:44:29
  Author: alucryd
Revision: 1300529

archrelease: copy trunk to community-any

Added:
  python-discogs-client/repos/community-any/PKGBUILD
    (from rev 1300528, python-discogs-client/trunk/PKGBUILD)
Deleted:
  python-discogs-client/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-11 10:44:20 UTC (rev 1300528)
+++ PKGBUILD    2022-09-11 10:44:29 UTC (rev 1300529)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
-# Contributor: Guillaume Hayot <gha...@postblue.info>
-# Contributor: Arvedui <arve...@posteo.de>
-# Contributor: Marc Plano-Lesay <marc.planole...@gmail.com>
-# Contributor: Joost Bremmer <toos...@gmail.com>
-
-pkgname=python-discogs-client
-pkgver=2.3.15
-pkgrel=1
-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
-)
-makedepends=(
-  git
-  python-setuptools
-)
-_tag=1003cd382c92cedcb971384d24f7c55de28209ad
-source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
-b2sums=(SKIP)
-
-pkgver() {
-  cd discogs_client
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd discogs_client
-  python setup.py build
-}
-
-package() {
-  cd discogs_client
-  python setup.py install --root=$pkgdir --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-discogs-client
-}
-
-# vim: set ts=2 sw=2 et:

Copied: python-discogs-client/repos/community-any/PKGBUILD (from rev 1300528, 
python-discogs-client/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-11 10:44:29 UTC (rev 1300529)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <aluc...@archlinux.org>
+# Contributor: Guillaume Hayot <gha...@postblue.info>
+# Contributor: Arvedui <arve...@posteo.de>
+# Contributor: Marc Plano-Lesay <marc.planole...@gmail.com>
+# Contributor: Joost Bremmer <toos...@gmail.com>
+
+pkgname=python-discogs-client
+pkgver=2.4
+pkgrel=1
+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
+)
+makedepends=(
+  git
+  python-setuptools
+)
+_tag=a3736e335ba3a50fef4fdd4e9dd2de899b4527a0
+source=(git+https://github.com/joalla/discogs_client.git#tag=${_tag})
+b2sums=(SKIP)
+
+pkgver() {
+  cd discogs_client
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd discogs_client
+  python setup.py build
+}
+
+package() {
+  cd discogs_client
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-discogs-client
+}
+
+# vim: set ts=2 sw=2 et:

Reply via email to