diff options
author | Andrew Sun | 2020-06-29 14:04:03 -0400 |
---|---|---|
committer | Andrew Sun | 2020-06-29 14:04:03 -0400 |
commit | 4f8afe65aa4bc89b93ded1edd2a15bcca08108a1 (patch) | |
tree | 4b0d47d53405df63275850f3cf954040dc1ae654 /PKGBUILD | |
parent | 75a935a353d8bba9a0005556fbc03e5e5796c447 (diff) | |
download | aur-4f8afe65aa4bc89b93ded1edd2a15bcca08108a1.tar.gz |
1.3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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} |