new upstream version 1.5.0

This commit is contained in:
Cedric Girard 2016-04-05 12:39:49 +02:00
parent 925f6a4369
commit 48377d348d
2 changed files with 6 additions and 6 deletions

View file

@ -1,16 +1,16 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Mon Apr 4 09:56:28 UTC 2016 # Tue Apr 5 10:39:32 UTC 2016
pkgbase = python2-pytvmaze pkgbase = python2-pytvmaze
pkgdesc = Python interface to the TV Maze API pkgdesc = Python interface to the TV Maze API
pkgver = 1.4.9 pkgver = 1.5.0
pkgrel = 1 pkgrel = 1
url = http://pypi.python.org/pypi/pytvmaze url = http://pypi.python.org/pypi/pytvmaze
arch = any arch = any
license = MIT license = MIT
makedepends = python2-distribute makedepends = python2-distribute
depends = python2 depends = python2
source = http://pypi.python.org/packages/source/p/pytvmaze/pytvmaze-1.4.9.tar.gz source = http://pypi.python.org/packages/source/p/pytvmaze/pytvmaze-1.5.0.tar.gz
md5sums = cbcbc7472a36eecbda4be1c9ed28606d md5sums = 0b7f5e0b1073f34e223007c1359666b4
pkgname = python2-pytvmaze pkgname = python2-pytvmaze

View file

@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com> # Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname=python2-pytvmaze pkgname=python2-pytvmaze
_pkgname=pytvmaze _pkgname=pytvmaze
pkgver=1.4.9 pkgver=1.5.0
pkgrel=1 pkgrel=1
pkgdesc="Python interface to the TV Maze API " pkgdesc="Python interface to the TV Maze API "
arch=(any) arch=(any)
@ -10,7 +10,7 @@ license=(MIT)
depends=(python2) depends=(python2)
makedepends=(python2-distribute) makedepends=(python2-distribute)
source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz") source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
md5sums=('cbcbc7472a36eecbda4be1c9ed28606d') md5sums=('0b7f5e0b1073f34e223007c1359666b4')
package() { package() {
cd "$srcdir/$_pkgname-$pkgver" cd "$srcdir/$_pkgname-$pkgver"