summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fa9e78b7754..f5c134ac3efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-internetarchive
_pkgname=internetarchive
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="A python interface to archive.org"
arch=('any')
url="https://github.com/jjjake/internetarchive"
@@ -15,7 +15,7 @@ md5sums=('76dc29fdc8cea59d11090a0b7be7eb1f')
build() {
cd "$_pkgname-$pkgver"
- python setup.py build
+ python2 setup.py build
}
package() {