new upstream version 1.5.3 with new dep

This commit is contained in:
Cedric Girard 2016-09-23 09:38:18 +02:00
parent 7657247628
commit aed92e39bf
2 changed files with 7 additions and 6 deletions

View file

@ -1,14 +1,15 @@
pkgbase = python2-pytvmaze
pkgdesc = Python interface to the TV Maze API
pkgver = 1.5.2
pkgver = 1.5.3
pkgrel = 1
url = http://pypi.python.org/pypi/pytvmaze
arch = any
license = MIT
makedepends = python2-distribute
depends = python2
source = https://pypi.io/packages/source/p/pytvmaze/pytvmaze-1.5.2.tar.gz
md5sums = 70e8813fed6b6eecfaa491ffd0b9bb39
depends = python2-requests
source = https://pypi.io/packages/source/p/pytvmaze/pytvmaze-1.5.3.tar.gz
md5sums = a9b31be478cc023e414bcbd35efea29e
pkgname = python2-pytvmaze

View file

@ -1,16 +1,16 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=python2-pytvmaze
_pkgname=pytvmaze
pkgver=1.5.2
pkgver=1.5.3
pkgrel=1
pkgdesc="Python interface to the TV Maze API "
arch=(any)
url="http://pypi.python.org/pypi/pytvmaze"
license=(MIT)
depends=(python2)
depends=('python2' 'python2-requests')
makedepends=(python2-distribute)
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
md5sums=('70e8813fed6b6eecfaa491ffd0b9bb39')
md5sums=('a9b31be478cc023e414bcbd35efea29e')
package() {
cd "$srcdir/$_pkgname-$pkgver"