[arch-commits] Commit in python-pylast/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Jan 6 17:18:33 UTC 2019
Date: Sunday, January 6, 2019 @ 17:18:33
Author: alucryd
Revision: 420725
upgpkg: python-pylast 3.0.0-1
Modified:
python-pylast/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-06 16:50:17 UTC (rev 420724)
+++ PKGBUILD 2019-01-06 17:18:33 UTC (rev 420725)
@@ -5,16 +5,19 @@
# Contributor: Amr Hassan <amr.hassan at gmail.com>
pkgname=python-pylast
-pkgver=2.4.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc='A Python interface to Last.fm and Libre.fm'
-arch=('any')
+arch=(any)
url='https://github.com/pylast/pylast'
-license=('Apache')
-depends=('python-six')
-makedepends=('git' 'python-setuptools')
-source=("git+https://github.com/pylast/pylast.git#tag=${pkgver}")
-sha256sums=('SKIP')
+license=(Apache)
+depends=(python-six)
+makedepends=(
+ git
+ python-setuptools
+)
+source=(git+https://github.com/pylast/pylast.git#tag=${pkgver})
+sha256sums=(SKIP)
build() {
cd pylast
More information about the arch-commits
mailing list