diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-30 23:06:16 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-30 23:06:16 -0500 |
commit | fb3e714365e4891fcadd98abc65dc0b7f702fa8f (patch) | |
tree | ff1d1ecda5dac1290c9a4e49dd8c14ba602c7e2c /community/imdbpy | |
parent | 3781d5a86d8984224f73120d572f4c646f2052af (diff) |
Fix imdbpy
Diffstat (limited to 'community/imdbpy')
-rw-r--r-- | community/imdbpy/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD index 8d51f7b5b..8ebacc82b 100644 --- a/community/imdbpy/PKGBUILD +++ b/community/imdbpy/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83597 2013-02-03 15:16:51Z schiv $ +# $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> @@ -18,7 +18,7 @@ optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject') source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz) md5sums=('5b071cd63d1804ed568741d2db8d12b5') -package(){ +build(){ cd "$srcdir/$_realname-$pkgver" # python2 fix |