summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharktamer2019-06-09 19:21:30 +0100
committersharktamer2019-06-09 19:21:30 +0100
commit84dbb5a33816109e3de3c717c30246e93285e2c8 (patch)
treede03fa4f2bdba73a7df84880b3a9eefa17e28d32
parent6ca692b9b827aab98072fb8ed71d1b7cd03c03f2 (diff)
downloadaur-84dbb5a33816109e3de3c717c30246e93285e2c8.tar.gz
0.3.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b808b668db1..8b46715b7de1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sputils
pkgdesc = A collection of spotify utilities, designed to be used with other shell utilities.
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/shanedabes/sputils
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-sputils
depends = python-configargparse
depends = python-yaml
depends = python-spotipy-git
- source = python-sputils-0.3.0.tar.gz::https://github.com/shanedabes/sputils/archive/v0.3.0.tar.gz
- sha256sums = 60f92c05f08d1074602375ca9cab931708a4b09a4a729f2341a338f7d31c6002
+ source = python-sputils-0.3.1.tar.gz::https://github.com/shanedabes/sputils/archive/v0.3.1.tar.gz
+ sha256sums = 5bdf19ca49982cab269e9932f9fb353dfb81d67d8f579dbc09a96c52989de202
pkgname = python-sputils
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}"