summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2016-01-22 19:25:38 +0100
committerMichel Zou2016-01-22 19:25:38 +0100
commite58191cb3542410474b9f9038e97c1f7e18c98bc (patch)
treee1a2fec90a7d59a8b24b68f9ed99fe921e2607c3
parent187b60079926467dfc17057d50bd34d7d0529820 (diff)
downloadaur-e58191cb3542410474b9f9038e97c1f7e18c98bc.tar.gz
fix url
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9186db2dc5d5..627e6d8e5758 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
+# Generated by mksrcinfo v8
+# Fri Jan 22 18:25:38 UTC 2016
pkgbase = cgal-swig-bindings
pkgdesc = CGAL bindings using SWIG
- pkgver = r480.4122805
+ pkgver = r495.e5c1bc5
pkgrel = 1
- url = https://github.com/xantares/nfc-bindings
+ url = https://github.com/CGAL/cgal-swig-bindings
arch = i686
arch = x86_64
license = custom: Boost
+ makedepends = cgal
makedepends = cmake
makedepends = swig
makedepends = eigen
diff --git a/PKGBUILD b/PKGBUILD
index 6856374d2d4d..094fe2ff6071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgbase=cgal-swig-bindings
pkgname=('python-cgal' 'java-cgal')
-pkgver=r480.4122805
+pkgver=r495.e5c1bc5
pkgrel=1
pkgdesc='CGAL bindings using SWIG '
arch=('i686' 'x86_64')
license=('custom: Boost')
-url="https://github.com/xantares/nfc-bindings"
-makedepends=('cmake' 'swig' 'eigen' 'python' 'java-runtime')
+url="https://github.com/CGAL/cgal-swig-bindings"
+makedepends=('cgal' 'cmake' 'swig' 'eigen' 'python' 'java-runtime')
source=("git+https://github.com/CGAL/cgal-swig-bindings.git")
md5sums=('SKIP')