new upstream version 2.0.8
This commit is contained in:
parent
17742bb19b
commit
1c2efcbba1
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = python2-pytvmaze
|
pkgbase = python2-pytvmaze
|
||||||
pkgdesc = Python interface to the TV Maze API
|
pkgdesc = Python interface to the TV Maze API
|
||||||
pkgver = 2.0.7
|
pkgver = 2.0.8
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://pypi.python.org/pypi/pytvmaze
|
url = http://pypi.python.org/pypi/pytvmaze
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -8,8 +8,8 @@ pkgbase = python2-pytvmaze
|
||||||
makedepends = python2-distribute
|
makedepends = python2-distribute
|
||||||
depends = python2
|
depends = python2
|
||||||
depends = python2-requests
|
depends = python2-requests
|
||||||
source = https://pypi.io/packages/source/p/pytvmaze/pytvmaze-2.0.7.tar.gz
|
source = https://pypi.io/packages/source/p/pytvmaze/pytvmaze-2.0.8.tar.gz
|
||||||
md5sums = 803f822a2335b17824333fe5500db9e2
|
md5sums = 562f807f97b1c626d9d9ab090195ba7b
|
||||||
|
|
||||||
pkgname = python2-pytvmaze
|
pkgname = python2-pytvmaze
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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=2.0.7
|
pkgver=2.0.8
|
||||||
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' 'python2-requests')
|
depends=('python2' 'python2-requests')
|
||||||
makedepends=(python2-distribute)
|
makedepends=(python2-distribute)
|
||||||
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
|
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
|
||||||
md5sums=('803f822a2335b17824333fe5500db9e2')
|
md5sums=('562f807f97b1c626d9d9ab090195ba7b')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$_pkgname-$pkgver"
|
cd "$srcdir/$_pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue