new upstream version 1.4.4

This commit is contained in:
Cedric Girard 2016-01-08 11:33:28 +01:00
parent c37f01e288
commit c4471ecff1
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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"