summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikislater2022-05-20 16:15:32 +0400
committerkikislater2022-05-20 16:15:32 +0400
commit045b6e40c49aefc2121beac322738f454acff75a (patch)
treeccce66223cf186322ed078656da00909e45308a6
parent40cc048ee44f5a66dc21ab712042345cf035e94c (diff)
downloadaur-045b6e40c49aefc2121beac322738f454acff75a.tar.gz
Replace cgal-headers=5.3 to cgal=5.4
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26d8eb9c498c..3878fbdf12d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
pkgbase = sfcgal
pkgdesc = Wrapper around the CGAL library that intents to implement 2D and 3D operations on OGC standards models
- pkgver = 1.4.0
- pkgrel = 1
+ pkgver = 1.4.1
+ pkgrel = 2
url = https://gitlab.com/Oslandia/SFCGAL
arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
- depends = cgal-headers>=5.3
+ depends = cgal
depends = boost
depends = gmp
depends = mpfr
depends = openscenegraph
provides = sfcgal
- source = https://gitlab.com/Oslandia/SFCGAL/-/archive/v1.4.0/SFCGAL-v1.4.0.tar.gz
- sha256sums = 5363c4e4a4a75cfbd6c4e9c5ba634f406db400be0afd7cafc92fddae7453b486
+ replaces = sfcgal
+ source = https://gitlab.com/Oslandia/SFCGAL/-/archive/v1.4.1/SFCGAL-v1.4.1.tar.gz
+ sha256sums = 1800c8a26241588f11cddcf433049e9b9aea902e923414d2ecef33a3295626c3
pkgname = sfcgal
diff --git a/PKGBUILD b/PKGBUILD
index b3a385ab4364..149203bae2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
# Contributor: Hannes Graeuler < hgraeule [at] uos [dot] de >
pkgname=sfcgal
-pkgver=1.4.0
-pkgrel=1
+pkgver=1.4.1
+pkgrel=2
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"
license=('GPL3')
provides=('sfcgal')
-depends=('cgal-headers>=5.3' 'boost' 'gmp' 'mpfr' 'openscenegraph')
+depends=('cgal' 'boost' 'gmp' 'mpfr' 'openscenegraph')
+replaces=('sfcgal')
makedepends=('git' 'cmake')
source=("https://gitlab.com/Oslandia/SFCGAL/-/archive/v${pkgver}/SFCGAL-v${pkgver}.tar.gz")
-sha256sums=('5363c4e4a4a75cfbd6c4e9c5ba634f406db400be0afd7cafc92fddae7453b486')
+sha256sums=('1800c8a26241588f11cddcf433049e9b9aea902e923414d2ecef33a3295626c3')
build() {
cd "${srcdir}/SFCGAL-v${pkgver}"