summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-06-14 00:01:00 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-06-14 00:01:00 (GMT)
commit85a1701a692ff9731759c988822236f525af138f (patch)
tree8ac44391ad1e956a2909f4e4f2402c27366bc54f /abs/extra-testing
parenteff3762510befd5b9498783d263671dca534fe06 (diff)
parent1e3831b1a242472e032122b1fcf7c574d8789d7d (diff)
downloadlinhes_pkgbuild-85a1701a692ff9731759c988822236f525af138f.zip
linhes_pkgbuild-85a1701a692ff9731759c988822236f525af138f.tar.gz
linhes_pkgbuild-85a1701a692ff9731759c988822236f525af138f.tar.bz2
Merge branch 'master' of mihanson@knoppmyth.net:LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing')
-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')