summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-10-26 11:50:11 +0200
committerChristoph Fink2020-10-26 11:50:11 +0200
commitd03b342cd6a991588987b817f1568b9d74ff15f4 (patch)
treeb286d367cd92e0bb56dcfb2f0fc89110b71d8e08
parent7bb8f5419432e5693a3c046b67f030b3758a8b85 (diff)
downloadaur-d03b342cd6a991588987b817f1568b9d74ff15f4.tar.gz
upgpkg: postgis-git 3.1.0alpha1.r7.gabc6fd77a-4
dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 555f8ae036d7..ce6f62298d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = postgis-git
makedepends = git
makedepends = llvm
depends = postgresql
+ depends = protobuf-c
depends = gdal
depends = geos
depends = json-c
diff --git a/PKGBUILD b/PKGBUILD
index 0a9499608d44..7b8e7ddc979e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://postgis.net/"
license=('GPL')
arch=('i686' 'x86_64')
-depends=('postgresql' 'gdal' 'geos' 'json-c' 'libxml2' 'libxslt')
+depends=('postgresql' 'protobuf-c' 'gdal' 'geos' 'json-c' 'libxml2' 'libxslt')
makedepends=('clang' 'git' 'llvm')
conflicts=('postgis')