summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Mesa2018-07-31 19:02:01 -0500
committerSamuel Mesa2018-07-31 19:02:01 -0500
commit4d938df925b832bc713451246b4c72706a903c59 (patch)
tree005bccb4fec4c3c62da1ed6b7549e0e7a079812c /PKGBUILD
parent89bacb0e9bbe4f381aa215f61da4b99d2caaa4c9 (diff)
downloadaur-4d938df925b832bc713451246b4c72706a903c59.tar.gz
Update version 7.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85dc78a24152..4c893a3ce63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Original Maintainer:: Jonathan Hudson <jh+arch@daria.co.uk>
pkgname=mapserver
-pkgver=7.0.7
+pkgver=7.2.0
pkgrel=1
pkgdesc="Platform for publishing spatial data and interactive mapping applications to the web"
arch=(i686 x86_64)
@@ -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=('e41c736206d8cfa2b51d452ecbfcdeeb')
+md5sums=('78566f7eeb3fd7fed4f3816612bc89ed')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}