summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg White2022-10-13 15:14:12 -0400
committerGreg White2022-10-13 15:14:12 -0400
commit656b9ab0f7cd6257a0e0468af18395489fed25f2 (patch)
tree264e1d9ef3c6645dab74a71e9e97b22c9f17b3ce
parent83f715da7108607ea65a0b4e918f7f33a59ee1bb (diff)
downloadaur-postgis-src.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6216cf723b4..11c205728948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,9 +13,6 @@ pkgbase = postgis-src
depends = libxml2
depends = libxslt
depends = protobuf-c
- depends = sfcgal
- depends = zstd
- depends = lz4
depends = proj
optdepends = gtk2-appmenu: for GTK support
provides = postgis-src=3.3.1
diff --git a/PKGBUILD b/PKGBUILD
index ab5643e6b8a1..c00c61a86458 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Postgres GIS extensions (from source)"
arch=('i686' 'x86_64')
url="http://postgis.net/"
license=('GPL')
-depends=('postgresql' 'gdal' 'geos' 'json-c' 'libxml2' 'libxslt' 'protobuf-c' 'sfcgal' 'zstd' 'lz4' 'proj')
+depends=('postgresql' 'gdal' 'geos' 'json-c' 'libxml2' 'libxslt' 'protobuf-c' 'proj')
optdepends=('gtk2-appmenu: for GTK support')
provides=("$_pkgname=$pkgver")
conflicts=($_pkgname postgis)
@@ -17,7 +17,7 @@ sha256sums=('91be800a72d748c5a3a4a00d82ac1de42023e29da61ece6ebf9c77fe228fcb1a')
build() {
cd postgis-${pkgver}
- ./configure --prefix=/usr --with-gdalconfig=/usr/bin/gdal-config --with-gui --with-zstd --with-lz4 --with-projdir=/usr/lib
+ ./configure --prefix=/usr --with-gdalconfig=/usr/bin/gdal-config --with-gui --with-projdir=/usr/lib
make
}