From c0dd107929ea45e3e60ef804a816a483dcc3f7b5 Mon Sep 17 00:00:00 2001 From: gnastyle Date: Fri, 25 Mar 2016 21:02:23 +0100 Subject: [PATCH] sfcgal: update to 1.3.0 --- sfcgal/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sfcgal/PKGBUILD b/sfcgal/PKGBUILD index e2129c0aa..4bbfe75e5 100644 --- a/sfcgal/PKGBUILD +++ b/sfcgal/PKGBUILD @@ -1,7 +1,7 @@ # Arch contribution: https://aur4.archlinux.org/packages/sfcgal/ 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=('x86_64') @@ -10,7 +10,7 @@ license=('GPL') depends=('cgal' 'boost' 'gmp' 'mpfr' 'openscenegraph' 'qt' 'postgresql') makedepends=('cmake') source=("https://github.com/Oslandia/SFCGAL/archive/v$pkgver.tar.gz") -sha256sums=('928875941be8e9072698f35c1b9a119fed7cad11f71ef0785d49e0d03b765119') +sha256sums=('7ed35439fc197e73790f4c3d1c1750acdc3044968769239b2185a7a845845df3') build() { cd $srcdir/SFCGAL-$pkgver