summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Gräuler2015-09-24 14:24:58 +0200
committerHannes Gräuler2015-09-24 14:24:58 +0200
commitc0d1f1113bf22114c129d0f25b9e094a8d969cd8 (patch)
treecaf3b6dba5eab9428e97e96916366ebd122c3a0b
parentd43e1dcd04c605dbca55cac7d482f04ad758a959 (diff)
downloadaur-c0d1f1113bf22114c129d0f25b9e094a8d969cd8.tar.gz
Update to 1.2.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad6b072c721f..f67da4417190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hannes Graeuler < hgraeule [at] uos [dot] de >
pkgname=sfcgal
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=2
pkgdesc="Wrapper around the CGAL library that intents to implement 2D and 3D operations on OGC standards models"
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ provides=
depends=('cgal>=4.1' 'boost' 'gmp' 'mpfr' 'openscenegraph')
makedepends=('cmake')
source=("https://github.com/Oslandia/SFCGAL/archive/v$pkgver.tar.gz")
-sha1sums=('0ea37b18f75d47db5b44f91bb44d59ead38c89f9')
+sha256sums=('aeab3ddd7b4eff2b9b6b365ca1731de693d7a788914d4190f444ef59dead5a47')
build() {
cd $srcdir/SFCGAL-$pkgver