Date: Thursday, March 7, 2019 @ 14:04:02 Author: alucryd Revision: 438002
upgpkg: python-pylast 3.1.0-1 Modified: python-pylast/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-07 13:41:17 UTC (rev 438001) +++ PKGBUILD 2019-03-07 14:04:02 UTC (rev 438002) @@ -5,7 +5,7 @@ # Contributor: Amr Hassan <[email protected]> pkgname=python-pylast -pkgver=3.0.0 +pkgver=3.1.0 pkgrel=1 pkgdesc='A Python interface to Last.fm and Libre.fm' arch=(any) @@ -17,7 +17,7 @@ python-setuptools ) source=(git+https://github.com/pylast/pylast.git#tag=${pkgver}) -sha256sums=(SKIP) +sha256sums=('SKIP') build() { cd pylast
