summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-01-08 11:33:28 +0100
committerCedric Girard2016-01-08 11:33:28 +0100
commitc4471ecff16a54914b9ebb2193989120067cc7f7 (patch)
treec59cffeb37439f4efce608b8c8027eae87f74d6b
parentc37f01e288e632aaa95883aff8046ad71ebdd0a9 (diff)
downloadaur-c4471ecff16a54914b9ebb2193989120067cc7f7.tar.gz
new upstream version 1.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c37ef8f77830..13232f93e5ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 10:47:00 UTC 2016
+# Fri Jan 8 10:33:25 UTC 2016
pkgbase = python2-pytvmaze
pkgdesc = Python interface to the TV Maze API
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
url = http://pypi.python.org/pypi/pytvmaze
arch = any
license = MIT
makedepends = python2-distribute
depends = python2
- source = http://pypi.python.org/packages/source/p/pytvmaze/pytvmaze-1.4.3.tar.gz
- md5sums = 37f7a85cd0bca8fce0be701c331b0431
+ source = http://pypi.python.org/packages/source/p/pytvmaze/pytvmaze-1.4.4.tar.gz
+ md5sums = 268fa6f284a15be62220b4e63605224b
pkgname = python2-pytvmaze
diff --git a/PKGBUILD b/PKGBUILD
index 0f66d07e308b..c763917154fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=python2-pytvmaze
_pkgname=pytvmaze
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc="Python interface to the TV Maze API "
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python2)
makedepends=(python2-distribute)
source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-md5sums=('37f7a85cd0bca8fce0be701c331b0431')
+md5sums=('268fa6f284a15be62220b4e63605224b')
package() {
cd "$srcdir/$_pkgname-$pkgver"