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

Maxime Gauduin alucryd at archlinux.org
Thu May 28 11:00:42 UTC 2020


    Date: Thursday, May 28, 2020 @ 11:00:41
  Author: alucryd
Revision: 636249

upgpkg: python-mpd2 1.1.0-1

Modified:
  python-mpd2/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-28 10:58:23 UTC (rev 636248)
+++ PKGBUILD	2020-05-28 11:00:41 UTC (rev 636249)
@@ -6,8 +6,8 @@
 # Contributor: stonecrest <stonecrest[at]gmail[dot]com>
 
 pkgname=python-mpd2
-pkgver=1.0.0
-pkgrel=5
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Python library which provides a client interface for the Music Player Daemon'
 url=https://github.com/Mic92/python-mpd2
 license=(GPL3)
@@ -17,9 +17,15 @@
   python-setuptools
 )
 arch=(any)
-source=(git+https://github.com/Mic92/python-mpd2.git#tag=v${pkgver})
+source=(git+https://github.com/Mic92/python-mpd2.git#tag=24f11f1e3693a8d66410bc9665539938bbad5487)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd python-mpd2
+
+  git describe --tags | sed 's/^v//'
+}
+
 build() {
   cd python-mpd2
 



More information about the arch-commits mailing list