summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsharktamer2019-05-30 16:30:46 +0100
committersharktamer2019-05-30 16:30:46 +0100
commita741d94683ee41dfda9bb93a514f5b9706d185a0 (patch)
tree4f2c371978ac2ca96f1b660f8657833d05fffc82 /PKGBUILD
parent1e180c7ba92a3313ad36fc7fbc3822bd3b76a033 (diff)
downloadaur-a741d94683ee41dfda9bb93a514f5b9706d185a0.tar.gz
update to version 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1720c519317..0ebbee4c1284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shane Donohoe <shane@donohoe.cc>
pkgname=python-sputils
-pkgver=0.1.3
+pkgver=0.2.0
pkgrel=2
pkgdesc="A collection of spotify utilities, designed to be used with other shell utilities."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/shanedabes/sputils"
license=('APACHE')
depends=('python' 'python-configargparse' 'python-yaml' 'python-spotipy-git')
source=("$pkgname-$pkgver.tar.gz::https://github.com/shanedabes/sputils/archive/v${pkgver}.tar.gz")
-sha256sums=('e6ea0d2ed65aa866c1e6a626ba8543a1d00d69986d03b2b648a9a7ae0010e3e8')
+sha256sums=('673867c744c2e19bdba260ea7e8dcb06e86f308c26f0582d1c14545fef8b1914')
package() {
cd "sputils-${pkgver}"