summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-06-29 14:04:03 -0400
committerAndrew Sun2020-06-29 14:04:03 -0400
commit4f8afe65aa4bc89b93ded1edd2a15bcca08108a1 (patch)
tree4b0d47d53405df63275850f3cf954040dc1ae654
parent75a935a353d8bba9a0005556fbc03e5e5796c447 (diff)
downloadaur-4f8afe65aa4bc89b93ded1edd2a15bcca08108a1.tar.gz
1.3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bea2e8603949..ead8bd2ce417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sfcgal
pkgdesc = Wrapper around the CGAL library that intents to implement 2D and 3D operations on OGC standards models
- pkgver = 1.3.7
+ pkgver = 1.3.8
pkgrel = 1
url = https://oslandia.github.io/SFCGAL/index.html
arch = i686
@@ -13,8 +13,8 @@ pkgbase = sfcgal
depends = mpfr
depends = openscenegraph
provides = sfcgal
- source = sfcgal-1.3.7.tar.gz::https://github.com/Oslandia/SFCGAL/archive/v1.3.7.tar.gz
- sha256sums = 30ea1af26cb2f572c628aae08dd1953d80a69d15e1cac225390904d91fce031b
+ source = sfcgal-1.3.8.tar.gz::https://github.com/Oslandia/SFCGAL/archive/v1.3.8.tar.gz
+ sha256sums = 5154bfc67a5e99d95cb653d70d2b9d9293d3deb3c8f18b938a33d68fec488a6d
pkgname = sfcgal
diff --git a/PKGBUILD b/PKGBUILD
index 9774875abcba..eaa9c1736751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Hannes Graeuler < hgraeule [at] uos [dot] de >
pkgname=sfcgal
-pkgver=1.3.7
+pkgver=1.3.8
pkgrel=1
pkgdesc="Wrapper around the CGAL library that intents to implement 2D and 3D operations on OGC standards models"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ provides=('sfcgal')
depends=('cgal>=4.1' 'boost' 'gmp' 'mpfr' 'openscenegraph')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Oslandia/SFCGAL/archive/v${pkgver}.tar.gz")
-sha256sums=('30ea1af26cb2f572c628aae08dd1953d80a69d15e1cac225390904d91fce031b')
+sha256sums=('5154bfc67a5e99d95cb653d70d2b9d9293d3deb3c8f18b938a33d68fec488a6d')
build() {
cd ${srcdir}/SFCGAL-${pkgver}