new upstream version 2.0.2

This commit is contained in:
Cedric Girard 2016-10-10 11:56:27 +02:00
parent ebce7f1a48
commit 3ba3f73067
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python2-pytvmaze
pkgdesc = Python interface to the TV Maze API
pkgver = 2.0.1
pkgver = 2.0.2
pkgrel = 1
url = http://pypi.python.org/pypi/pytvmaze
arch = any
@ -8,8 +8,8 @@ pkgbase = python2-pytvmaze
makedepends = python2-distribute
depends = python2
depends = python2-requests
source = https://pypi.io/packages/source/p/pytvmaze/pytvmaze-2.0.1.tar.gz
md5sums = 052c45323200ac79b85431e7b4183ef5
source = https://pypi.io/packages/source/p/pytvmaze/pytvmaze-2.0.2.tar.gz
md5sums = 579a852da0a11aa15879ecbcd37b1927
pkgname = python2-pytvmaze

View file

@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=python2-pytvmaze
_pkgname=pytvmaze
pkgver=2.0.1
pkgver=2.0.2
pkgrel=1
pkgdesc="Python interface to the TV Maze API "
arch=(any)
@ -10,7 +10,7 @@ license=(MIT)
depends=('python2' 'python2-requests')
makedepends=(python2-distribute)
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
md5sums=('052c45323200ac79b85431e7b4183ef5')
md5sums=('579a852da0a11aa15879ecbcd37b1927')
package() {
cd "$srcdir/$_pkgname-$pkgver"