summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg White2018-05-17 20:55:24 -0400
committerGreg White2018-05-17 20:55:24 -0400
commit308012125c7faf9ede96c13e0a94a38eb7588680 (patch)
tree7b68b5ddc2c609c0a879011acd7e4d002c66bccd
parentcd46a040d2c908444fe74447f9d386eb70fc7580 (diff)
downloadaur-308012125c7faf9ede96c13e0a94a38eb7588680.tar.gz
Re-enable json
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6e73ae3bb8e..0084aab446d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri May 18 00:52:56 UTC 2018
+# Fri May 18 00:55:14 UTC 2018
pkgbase = postgis-src
pkgdesc = Postgres GIS extensions (from source)
pkgver = 2.4.4
- pkgrel = 2
+ pkgrel = 4
url = http://postgis.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index eb0fc98ea00d..af573c580a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=postgis-src
_pkgname=${pkgname}
pkgver=2.4.4
-pkgrel=2
+pkgrel=4
pkgdesc="Postgres GIS extensions (from source)"
arch=('i686' 'x86_64')
url="http://postgis.net/"
@@ -17,7 +17,7 @@ sha256sums=('0663efb589210d5048d95c817e5cf29552ec8180e16d4c6ef56c94255faca8c2')
build() {
cd postgis-${pkgver}
- ./configure --without-json --prefix=/usr --with-gdalconfig=/usr/bin/gdal-config --with-gui
+ ./configure --prefix=/usr --with-gdalconfig=/usr/bin/gdal-config --with-gui
make
}