summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharktamer2019-06-09 18:24:13 +0100
committersharktamer2019-06-09 18:24:13 +0100
commit6ca692b9b827aab98072fb8ed71d1b7cd03c03f2 (patch)
tree6e2b82f75409b1dc6009ffff16b851a48cea6ed7
parenta741d94683ee41dfda9bb93a514f5b9706d185a0 (diff)
downloadaur-6ca692b9b827aab98072fb8ed71d1b7cd03c03f2.tar.gz
0.3 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b5822141e0a..3b808b668db1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-sputils
pkgdesc = A collection of spotify utilities, designed to be used with other shell utilities.
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://github.com/shanedabes/sputils
arch = any
license = APACHE
@@ -9,8 +9,8 @@ pkgbase = python-sputils
depends = python-configargparse
depends = python-yaml
depends = python-spotipy-git
- source = python-sputils-0.2.0.tar.gz::https://github.com/shanedabes/sputils/archive/v0.2.0.tar.gz
- sha256sums = 673867c744c2e19bdba260ea7e8dcb06e86f308c26f0582d1c14545fef8b1914
+ source = python-sputils-0.3.0.tar.gz::https://github.com/shanedabes/sputils/archive/v0.3.0.tar.gz
+ sha256sums = 60f92c05f08d1074602375ca9cab931708a4b09a4a729f2341a338f7d31c6002
pkgname = python-sputils
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}"