summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-09-27 10:14:38 +0200
committerCedric Girard2016-09-27 10:14:38 +0200
commitebce7f1a4889501377b21c9ccc31d75dc035eacd (patch)
tree16a73ef38041e460e8f95bb48e22d826a2eaecb3
parentaed92e39bfe2ad6f2476aa3c72a15ab8a194a4c4 (diff)
downloadaur-ebce7f1a4889501377b21c9ccc31d75dc035eacd.tar.gz
new upstream version 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a5a9ab9376d..66f21a8b2797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-pytvmaze
pkgdesc = Python interface to the TV Maze API
- pkgver = 1.5.3
+ pkgver = 2.0.1
pkgrel = 1
url = http://pypi.python.org/pypi/pytvmaze
arch = any
@@ -8,8 +8,8 @@ pkgbase = python2-pytvmaze
makedepends = python2-distribute
depends = python2
depends = python2-requests
- source = https://pypi.io/packages/source/p/pytvmaze/pytvmaze-1.5.3.tar.gz
- md5sums = a9b31be478cc023e414bcbd35efea29e
+ source = https://pypi.io/packages/source/p/pytvmaze/pytvmaze-2.0.1.tar.gz
+ md5sums = 052c45323200ac79b85431e7b4183ef5
pkgname = python2-pytvmaze
diff --git a/PKGBUILD b/PKGBUILD
index 0af34c6c2c95..2a2c9ede18f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=python2-pytvmaze
_pkgname=pytvmaze
-pkgver=1.5.3
+pkgver=2.0.1
pkgrel=1
pkgdesc="Python interface to the TV Maze API "
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
depends=('python2' 'python2-requests')
makedepends=(python2-distribute)
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-md5sums=('a9b31be478cc023e414bcbd35efea29e')
+md5sums=('052c45323200ac79b85431e7b4183ef5')
package() {
cd "$srcdir/$_pkgname-$pkgver"