summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrygve Aaberge2016-02-07 14:42:08 +0100
committerTrygve Aaberge2016-02-13 23:56:52 +0100
commit460c9646fe0532ecc6b1174044b96e8d5fcde8e4 (patch)
tree733c6204a259060ef37a37b4581608bb9d17259b
parent89a0f594ec32ed9713bd0b42701aaa8ea6774bb0 (diff)
downloadaur-python2-tunigo.tar.gz
Update to 1.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6812e780dba4..1a91d937941e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 22:56:04 UTC 2016
+# Sat Feb 13 22:56:35 UTC 2016
pkgbase = python2-tunigo
pkgdesc = Python API for the browse feature of Spotify
- pkgver = 0.1.3
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/trygveaa/python-tunigo
arch = any
@@ -11,8 +11,8 @@ pkgbase = python2-tunigo
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://github.com/trygveaa/python-tunigo/archive/v0.1.3.tar.gz
- md5sums = 4d714cf59dd740179ab67fee54638ece
+ source = https://github.com/trygveaa/python-tunigo/archive/v1.0.0.tar.gz
+ md5sums = 8b7cc6c78e91d4aff7674f25fbb8e19c
pkgname = python-tunigo
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index cdf777a17c86..6fec531f0cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python2-tunigo
pkgname=('python-tunigo' 'python2-tunigo')
-pkgver=0.1.3
+pkgver=1.0.0
pkgrel=1
pkgdesc="Python API for the browse feature of Spotify"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/trygveaa/python-tunigo"
license=('APACHE')
makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
source=("https://github.com/trygveaa/python-tunigo/archive/v${pkgver}.tar.gz")
-md5sums=('4d714cf59dd740179ab67fee54638ece')
+md5sums=('8b7cc6c78e91d4aff7674f25fbb8e19c')
package_python-tunigo() {
depends=('python' 'python-requests')