diff options
-rw-r--r-- | main/py3-pylast/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/main/py3-pylast/APKBUILD b/main/py3-pylast/APKBUILD index 08ea571328..5ac9eebb50 100644 --- a/main/py3-pylast/APKBUILD +++ b/main/py3-pylast/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-pylast -pkgver=3.1.0 -pkgrel=1 +pkgver=3.2.0 +pkgrel=0 pkgdesc="A Python interface to the last.fm API" url="https://github.com/pylast/pylast" arch="noarch" @@ -16,19 +16,16 @@ source="https://files.pythonhosted.org/packages/source/p/pylast/pylast-$pkgver.t builddir="$srcdir"/pylast-$pkgver build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py test } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="42caa255ca72933e74389657bef502497754b614aba84760e16d1d87751a7ec2cfa8bda7b9673d1f8be8a52f8ff8cd6fb28a6b057fbed12414d1256b1ebfab2e pylast-3.1.0.tar.gz" +sha512sums="067121b6b3235e2a3495a5daa87c913b902b94e52bf5fd7ce7145499178fdf5a589eec8abb4c19c0856f287c3682bbc64ec6d1e3d83a3698e0ea01c2726a9df2 pylast-3.2.0.tar.gz" |