summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52e8dfe95007..4651bf9ef740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=python2-pytvmaze
_pkgname=pytvmaze
-pkgver=1.3.9
+pkgver=1.4.1
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=('85af7ee68af242b7747d8d3b2d89c8d1')
+md5sums=('22fc16779911c389fafe9b56d3bf1b9b')
package() {
cd "$srcdir/$_pkgname-$pkgver"