summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66843d165cf3..fd2306b484c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spotipy
pkgdesc = A light weight Python library for the Spotify Web API
- pkgver = 2.16.0
+ pkgver = 2.16.1
pkgrel = 1
url = https://github.com/plamere/spotipy
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-spotipy
depends = python-requests
depends = python-six
conflicts = python-spotipy-git
- source = python-spotipy-2.16.0.tar.gz::https://github.com/plamere/spotipy/archive/2.16.0.tar.gz
- sha256sums = 77e04db8a6a067bb4e15a9592eda8430648774b4d157d59b5e1533b75caa09ec
+ source = python-spotipy-2.16.1.tar.gz::https://github.com/plamere/spotipy/archive/2.16.1.tar.gz
+ sha256sums = 1b8c9251859b26a93e7de6f17753ed76d25212e668207f060d844d828df64ea6
pkgname = python-spotipy
diff --git a/PKGBUILD b/PKGBUILD
index 06dffa21dc92..e744c816d5c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=spotipy
pkgname=python-spotipy
-pkgver=2.16.0
+pkgver=2.16.1
pkgrel=1
pkgdesc='A light weight Python library for the Spotify Web API'
arch=('any')
@@ -26,4 +26,4 @@ package() {
install -Dm644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
}
-sha256sums=('77e04db8a6a067bb4e15a9592eda8430648774b4d157d59b5e1533b75caa09ec')
+sha256sums=('1b8c9251859b26a93e7de6f17753ed76d25212e668207f060d844d828df64ea6')