Date: Saturday, December 5, 2020 @ 13:46:16 Author: alucryd Revision: 770585
upgpkg: python-mpd2 2.0.1-1 Modified: python-mpd2/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-05 13:46:15 UTC (rev 770584) +++ PKGBUILD 2020-12-05 13:46:16 UTC (rev 770585) @@ -6,8 +6,8 @@ # Contributor: stonecrest <stonecrest[at]gmail[dot]com> pkgname=python-mpd2 -pkgver=1.1.0 -pkgrel=2 +pkgver=2.0.1 +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,7 +17,8 @@ python-setuptools ) arch=(any) -source=(git+https://github.com/Mic92/python-mpd2.git#tag=24f11f1e3693a8d66410bc9665539938bbad5487) +_tag=295264af78a5c83f2b3c2f8793192f2b63a66f77 +source=(git+https://github.com/Mic92/python-mpd2.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
