summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Gräuler2016-04-06 10:20:00 +0200
committerHannes Gräuler2016-04-06 10:20:00 +0200
commit739e1ae49c0b68faf86fd61d72f3fd8ca5fc1ed8 (patch)
tree477365eaa635e89aa7f77df89ae7ff96a09ea36b
parent4a7b98ee701adb155785d087bd6c50d01e6685e7 (diff)
downloadaur-739e1ae49c0b68faf86fd61d72f3fd8ca5fc1ed8.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3cd2b18ded9..b6b8801801ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Apr 6 08:19:55 UTC 2016
pkgbase = sfcgal
pkgdesc = Wrapper around the CGAL library that intents to implement 2D and 3D operations on OGC standards models
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = http://oslandia.github.io/SFCGAL/index.html
arch = i686
@@ -12,8 +14,9 @@ pkgbase = sfcgal
depends = gmp
depends = mpfr
depends = openscenegraph
- source = https://github.com/Oslandia/SFCGAL/archive/v1.2.1.tar.gz
- sha256sums = 928875941be8e9072698f35c1b9a119fed7cad11f71ef0785d49e0d03b765119
+ provides = sfcgal
+ source = https://github.com/Oslandia/SFCGAL/archive/v1.3.0.tar.gz
+ sha256sums = 7ed35439fc197e73790f4c3d1c1750acdc3044968769239b2185a7a845845df3
pkgname = sfcgal
diff --git a/PKGBUILD b/PKGBUILD
index 639a32565cc7..2b3decb30593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Hannes Graeuler < hgraeule [at] uos [dot] de >
pkgname=sfcgal
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc="Wrapper around the CGAL library that intents to implement 2D and 3D operations on OGC standards models"
arch=(i686 x86_64)
url="http://oslandia.github.io/SFCGAL/index.html"
license=('GPL')
-groups=
-provides=
+groups=()
+provides=('sfcgal')
depends=('cgal>=4.1' 'boost' 'gmp' 'mpfr' 'openscenegraph')
makedepends=('cmake')
source=("https://github.com/Oslandia/SFCGAL/archive/v$pkgver.tar.gz")
-sha256sums=('928875941be8e9072698f35c1b9a119fed7cad11f71ef0785d49e0d03b765119')
+sha256sums=('7ed35439fc197e73790f4c3d1c1750acdc3044968769239b2185a7a845845df3')
build() {
cd $srcdir/SFCGAL-$pkgver