summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsharktamer2019-06-09 18:24:13 +0100
committersharktamer2019-06-09 18:24:13 +0100
commit6ca692b9b827aab98072fb8ed71d1b7cd03c03f2 (patch)
tree6e2b82f75409b1dc6009ffff16b851a48cea6ed7 /PKGBUILD
parenta741d94683ee41dfda9bb93a514f5b9706d185a0 (diff)
downloadaur-6ca692b9b827aab98072fb8ed71d1b7cd03c03f2.tar.gz
0.3 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ebbee4c1284..0d969471370a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Shane Donohoe <shane@donohoe.cc>
pkgname=python-sputils
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.0
+pkgrel=1
pkgdesc="A collection of spotify utilities, designed to be used with other shell utilities."
arch=('any')
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=('673867c744c2e19bdba260ea7e8dcb06e86f308c26f0582d1c14545fef8b1914')
+sha256sums=('60f92c05f08d1074602375ca9cab931708a4b09a4a729f2341a338f7d31c6002')
package() {
cd "sputils-${pkgver}"