summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d969471370a..29cfdcb64dc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Shane Donohoe <shane@donohoe.cc>
pkgname=python-sputils
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
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=('60f92c05f08d1074602375ca9cab931708a4b09a4a729f2341a338f7d31c6002')
+sha256sums=('5bdf19ca49982cab269e9932f9fb353dfb81d67d8f579dbc09a96c52989de202')
package() {
cd "sputils-${pkgver}"