summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikislater2021-06-16 10:18:40 +0400
committerkikislater2021-06-16 10:18:40 +0400
commit13895586993de70e029fbf72683e3f2e8146ffb9 (patch)
treeb0eed9e460becbf35ed75c6b1a983a67c872dc77
parentc3076bf1e90b4949470d867d20dd14b5d6a991f9 (diff)
downloadaur-13895586993de70e029fbf72683e3f2e8146ffb9.tar.gz
v.1.3.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 211eabce5c36..b09622b372b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sfcgal
pkgdesc = Wrapper around the CGAL library that intents to implement 2D and 3D operations on OGC standards models
- pkgver = 1.3.9
- pkgrel = 2
+ pkgver = 1.3.10
+ pkgrel = 1
url = https://gitlab.com/Oslandia/SFCGAL
arch = i686
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = sfcgal
depends = mpfr
depends = openscenegraph
provides = sfcgal
- source = https://gitlab.com/Oslandia/SFCGAL/-/archive/v1.3.9/SFCGAL-v1.3.9.tar.gz
- sha256sums = 2451cb6df24853c7e59173eec0068e3263ab625fcf61add4624f8bf8366ae4e3
+ source = https://gitlab.com/Oslandia/SFCGAL/-/archive/v1.3.10/SFCGAL-v1.3.10.tar.gz
+ sha256sums = 4e39b3b2adada6254a7bdba6d297bb28e1a9835a9f879b74f37e2dab70203232
pkgname = sfcgal
diff --git a/PKGBUILD b/PKGBUILD
index 2bbc3ac77d35..a1e05c7f58cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Sylvain POULAIN <sylvain.poulain at giscan dot com>
# Maintainer: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Hannes Graeuler < hgraeule [at] uos [dot] de >
pkgname=sfcgal
-pkgver=1.3.9
-pkgrel=2
+pkgver=1.3.10
+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="https://gitlab.com/Oslandia/SFCGAL"
@@ -12,7 +13,7 @@ provides=('sfcgal')
depends=('cgal>=4.1' 'boost' 'gmp' 'mpfr' 'openscenegraph')
makedepends=('git' 'cmake')
source=("https://gitlab.com/Oslandia/SFCGAL/-/archive/v${pkgver}/SFCGAL-v${pkgver}.tar.gz")
-sha256sums=('2451cb6df24853c7e59173eec0068e3263ab625fcf61add4624f8bf8366ae4e3')
+sha256sums=('4e39b3b2adada6254a7bdba6d297bb28e1a9835a9f879b74f37e2dab70203232')
build() {
cd "${srcdir}/SFCGAL-v${pkgver}"