summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Mesa2020-01-03 20:52:29 -0500
committerSamuel Mesa2020-01-03 20:52:29 -0500
commite7f960d65cb97dff913f1b6a34fe2b4243019678 (patch)
tree36a98d95de068e0db4e9c77ddf87da6e6e2e51f1
parentd622600e2aa84749e75e5090644418c2afa85d35 (diff)
downloadaur-e7f960d65cb97dff913f1b6a34fe2b4243019678.tar.gz
Updae version 7.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 456a50738616..22371025a943 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mapserver
pkgdesc = Platform for publishing spatial data and interactive mapping applications to the web
- pkgver = 7.4.2
- pkgrel = 2
+ pkgver = 7.4.3
+ pkgrel = 1
url = http://www.mapserver.org
arch = i686
arch = x86_64
@@ -26,8 +26,8 @@ pkgbase = mapserver
depends = swig3
depends = libsvg-cairo
depends = fribidi
- source = http://download.osgeo.org/mapserver/mapserver-7.4.2.tar.gz
- md5sums = 500c44fa1954af0c6a201ff4cae5235b
+ source = http://download.osgeo.org/mapserver/mapserver-7.4.3.tar.gz
+ md5sums = 88eba611d0697922edb9c33847e85766
pkgname = mapserver
diff --git a/PKGBUILD b/PKGBUILD
index ed2865e73d95..8033bf267ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Original Maintainer:: Jonathan Hudson <jh+arch@daria.co.uk>
pkgname=mapserver
-pkgver=7.4.2
-pkgrel=2
+pkgver=7.4.3
+pkgrel=1
pkgdesc="Platform for publishing spatial data and interactive mapping applications to the web"
arch=(i686 x86_64)
license=('MIT')
@@ -15,7 +15,7 @@ depends=('libpng' 'freetype2' 'zlib' 'gdal' 'proj' 'libjpeg-turbo' 'libxml2' 'li
makedepends=('cfitsio')
options=()
source=("http://download.osgeo.org/mapserver/mapserver-${pkgver}.tar.gz")
-md5sums=('500c44fa1954af0c6a201ff4cae5235b')
+md5sums=('88eba611d0697922edb9c33847e85766')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -34,7 +34,7 @@ build() {
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
- -DPYTHON_EXECUTABLE=/usr/bin/python \
+ -DPYTHON_EXECUTABLE=/usr/bin/python \
-DFRIBIDI_INCLUDE_DIR="/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/fribidi" \
-DCMAKE_PREFIX_PATH=/opt/v8 \
-DWITH_CAIRO=ON \
@@ -57,7 +57,7 @@ build() {
-DWITH_MSSQL2008=OFF \
-DWITH_MYSQL=OFF \
-DWITH_OGR=ON \
- -DWITH_ORACLESPATIAL=ON \
+ -DWITH_ORACLESPATIAL=OFF \
-DWITH_ORACLE_PLUGIN=OFF \
-DWITH_PERL=OFF \
-DWITH_PHP=OFF \