summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/imdbpy/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2010-06-09 23:16:44 (GMT)
committerBritney Fransen <brfransen@gmail.com>2010-06-09 23:16:44 (GMT)
commit1e3831b1a242472e032122b1fcf7c574d8789d7d (patch)
tree5b58c5a5ef2a1ee76b33a8066935f1eaf2f5800a /abs/extra-testing/imdbpy/PKGBUILD
parentedca650261be27daa9c5d46a002edcb53c6edc6b (diff)
downloadlinhes_pkgbuild-1e3831b1a242472e032122b1fcf7c574d8789d7d.zip
linhes_pkgbuild-1e3831b1a242472e032122b1fcf7c574d8789d7d.tar.gz
linhes_pkgbuild-1e3831b1a242472e032122b1fcf7c574d8789d7d.tar.bz2
imdbpy: update to latest to fixes error with jamu
Diffstat (limited to 'abs/extra-testing/imdbpy/PKGBUILD')
-rw-r--r--abs/extra-testing/imdbpy/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/imdbpy/PKGBUILD b/abs/extra-testing/imdbpy/PKGBUILD
index 4b84e8e..337c8a0 100644
--- a/abs/extra-testing/imdbpy/PKGBUILD
+++ b/abs/extra-testing/imdbpy/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: lang2 <wenzhi.liang@gmail.com>
pkgname=imdbpy
-pkgver=4.3
+pkgver=4.5.1
pkgrel=1
pkgdesc="Python bindings for imdb"
url="http://imdbpy.sourceforge.net/"
@@ -14,7 +14,6 @@ depends=('python')
makedepends=('setuptools')
optdepends=('python-lxml' 'python-sqlalchemy' 'python-sqlobject')
source=(http://downloads.sourceforge.net/$pkgname/IMDbPY-$pkgver.tar.gz)
-md5sums=('faf32115d861dc8a8de6b584dceb488d')
build(){
cd "$srcdir/IMDbPY-$pkgver"
@@ -26,3 +25,5 @@ build(){
mv ${pkgdir}/usr/imdb ${pkgdir}/usr/share
mv ${pkgdir}/usr/doc ${pkgdir}/usr/share/imdb/
}
+
+md5sums=('2bd76171aeacb609af5dd39ad7ac6144')