aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-28 20:05:09 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-28 20:05:09 +0100
commit115be500a0464a91235ae8dedfcfb1f27fdd8c95 (patch)
treee04ba50a8a68cb1284e97453e555164824056181
parenttypo (diff)
downloadjoin-python-115be500a0464a91235ae8dedfcfb1f27fdd8c95.tar.gz
join-python-115be500a0464a91235ae8dedfcfb1f27fdd8c95.tar.bz2
join-python-115be500a0464a91235ae8dedfcfb1f27fdd8c95.tar.xz
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--dist/archlinux/stable/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 904aed8..e500a0f 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=join-python
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Join-calculus for Python"
arch=(any)
url="https://github.com/maandree/join-python"
@@ -16,11 +16,11 @@ sha256sums=('070803c7b36c481020ce2515d0472b199c8ace0c81b91da0c0e8b56296b8016a')
build() {
cd "$srcdir/$pkgname-$pkgver"
- make PREFIX=/usr DESTDIR="$pkgdir"
+ make PREFIX=/usr DESTDIR="$pkgdir" PYVERSION=3.4
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- make PREFIX=/usr DESTDIR="$pkgdir" install
+ make PREFIX=/usr DESTDIR="$pkgdir" PYVERSION=3.4 install
}