summaryrefslogtreecommitdiff
path: root/community/imdbpy
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-09 00:02:00 +0000
committerroot <root@rshg054.dnsready.net>2012-07-09 00:02:00 +0000
commit6f492df5ae2ab0d2bd117d6f1c458d52e2e24585 (patch)
tree51e61122d46459be560a778ce76bdf527edf5334 /community/imdbpy
parenta522a5f63f3b5726081698bf742801fb1d242817 (diff)
Mon Jul 9 00:02:00 UTC 2012
Diffstat (limited to 'community/imdbpy')
-rw-r--r--community/imdbpy/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD
index accdb0c19..77f70bf1e 100644
--- a/community/imdbpy/PKGBUILD
+++ b/community/imdbpy/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 67897 2012-03-15 23:14:25Z ebelanger $
+# $Id: PKGBUILD 73447 2012-07-07 19:43:08Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
@@ -6,8 +6,8 @@
pkgname=imdbpy
_realname=IMDbPY
-pkgver=4.8.2
-pkgrel=2
+pkgver=4.9
+pkgrel=1
pkgdesc="Python bindings for the Internet Movie Database (IMDb)"
url="http://imdbpy.sourceforge.net/"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('python2')
makedepends=('python2-distribute')
optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
-md5sums=('6644540206c5023cb332637089d5342d')
+md5sums=('5b071cd63d1804ed568741d2db8d12b5')
build(){
cd "$srcdir/$_realname-$pkgver"