summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2019-11-21 13:24:00 +0200
committerChristoph Fink2019-11-21 13:24:00 +0200
commitd8fcd69784641343ace1b3acca55dc8f5d82d75c (patch)
treef43e9ab94a834034a578e555c0b55ab04a425a80
parent1389c33a9ab431447ccfc28b5380e93cba9fc458 (diff)
downloadaur-d8fcd69784641343ace1b3acca55dc8f5d82d75c.tar.gz
added llvm to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95e4c776e6cb..ba219da19047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = postgis-git
arch = x86_64
license = GPL
makedepends = git
+ makedepends = llvm
depends = postgresql
depends = gdal
depends = geos
diff --git a/PKGBUILD b/PKGBUILD
index f9fcbf9efc71..8fcd82e99755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL')
arch=('i686' 'x86_64')
depends=('postgresql' 'gdal' 'geos' 'json-c' 'libxml2' 'libxslt')
-makedepends=('git')
+makedepends=('git' 'llvm')
conflicts=('postgis')
provides=('postgis')