summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax2019-04-22 17:35:27 +1000
committerMax2019-04-22 17:35:27 +1000
commit6dce10f481f186951c53def0ff172218f8dc2183 (patch)
tree3c7a7851ea42bfcc474f9b9ffdf73653ec5335d7 /PKGBUILD
parent3fa9407f18ec2919e480d8ca4d13cf1f4354357c (diff)
downloadaur-python2-cassandra-driver-git.tar.gz
bump version to 3.17.0, add concurrency in build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a98aae44fd52..eba36dba2041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-cassandra-driver-git
pkgdesc="DataStax Python Driver for Apache Cassandra"
-pkgver=3.16.0
+pkgver=3.17.0
provides=('python2-cassandra-driver')
pkgrel=1
arch=('any')
@@ -16,7 +16,7 @@ md5sums=('SKIP')
build() {
cd "$srcdir/python-driver"
- python2 setup.py build
+ CASS_DRIVER_BUILD_CONCURRENCY=$(nproc) python2 setup.py build
}
package() {