summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-06-03 10:38:34 +0200
committerMichel Zou2018-06-03 10:38:34 +0200
commite40ba88d235361396a5188b728b634ad5003a384 (patch)
treec3ee3fad3a1d5e0c419417e9c117586c3aa24183
parente58191cb3542410474b9f9038e97c1f7e18c98bc (diff)
downloadaur-e40ba88d235361396a5188b728b634ad5003a384.tar.gz
release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 627e6d8e5758..34ec6d50924f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 22 18:25:38 UTC 2016
+# Sun Jun 3 08:38:34 UTC 2018
pkgbase = cgal-swig-bindings
pkgdesc = CGAL bindings using SWIG
- pkgver = r495.e5c1bc5
+ pkgver = r560.7850024
pkgrel = 1
url = https://github.com/CGAL/cgal-swig-bindings
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 094fe2ff6071..2ca8dea7f48a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=cgal-swig-bindings
pkgname=('python-cgal' 'java-cgal')
-pkgver=r495.e5c1bc5
+pkgver=r560.7850024
pkgrel=1
pkgdesc='CGAL bindings using SWIG '
arch=('i686' 'x86_64')
@@ -20,8 +20,9 @@ build()
cd "$srcdir"/cgal-swig-bindings
mkdir -p build && pushd build
cmake \
- -DCMAKE_INSTALL_PREFIX=/usr ..
+ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
make
+ ctest -j2 -R python -E polyline_simplification_2 --output-on-failure
}
package_python-cgal()