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 c763917154fc..1b112b53efb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=python2-pytvmaze
_pkgname=pytvmaze
-pkgver=1.4.4
+pkgver=1.4.5
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=('268fa6f284a15be62220b4e63605224b')
+md5sums=('05608612132ccf22b90a1dcd997622d8')
package() {
cd "$srcdir/$_pkgname-$pkgver"