summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuckket2020-07-09 16:08:20 +0200
committerbuckket2020-07-09 16:08:20 +0200
commitcd407115b4c14e52b1b25c9af4e9a4d507b51adb (patch)
tree24c38ab5bcca05b0e0a745180ba97f586375a0ec
parent84f5392cf71c85341783be55f613e31cd88b724a (diff)
downloadaur-python-spotify.tar.gz
Bump to 2.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db609d40f19c..e8df70717334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spotify
pkgdesc = A Python wrapper for libspotify.
- pkgver = 2.0.5
- pkgrel = 5
+ pkgver = 2.1.3
+ pkgrel = 1
url = http://pyspotify.mopidy.com/
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python-spotify
depends = libspotify
conflicts = python2-pyspotify
conflicts = pyspotify
- source = https://pypi.python.org/packages/source/p/pyspotify/pyspotify-2.0.5.tar.gz
- sha256sums = fbd41c58d62232b0cabb7a9e38d45f36ac221699c006899bdb6be74c04602678
+ source = https://pypi.python.org/packages/source/p/pyspotify/pyspotify-2.1.3.tar.gz
+ sha256sums = 6ae31d8ccd7e1f138a80f08c766173b2ced12d196732f68aee4ae023b7a9ad2a
pkgname = python-spotify
depends = python-cffi
diff --git a/PKGBUILD b/PKGBUILD
index 90fce6209c4e..c9276d6dbd48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=("python-spotify" "python2-spotify")
_pkgname=pyspotify
-pkgver=2.0.5
-pkgrel=5
+pkgver=2.1.3
+pkgrel=1
pkgdesc="A Python wrapper for libspotify."
arch=("i686" "x86_64")
license=("APACHE")
@@ -12,7 +12,7 @@ depends=("libspotify")
makedepends=("python-setuptools" "python2-setuptools")
conflicts=("python2-pyspotify" "pyspotify")
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('fbd41c58d62232b0cabb7a9e38d45f36ac221699c006899bdb6be74c04602678')
+sha256sums=('6ae31d8ccd7e1f138a80f08c766173b2ced12d196732f68aee4ae023b7a9ad2a')
prepare() {
cp -r ${_pkgname}-${pkgver} "python-spotify-${pkgver}"