summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Mesa2021-10-07 11:55:50 -0500
committerSamuel Mesa2021-10-07 11:55:50 -0500
commit09d27b88134d80e4f3282b9a007d0f852acd8de3 (patch)
tree5d30a180f79e5b1e127fad284ca3f2613ad88e0e /PKGBUILD
parent45e1a1f14d1509d338be78bab20b14c27323d40f (diff)
downloadaur-09d27b88134d80e4f3282b9a007d0f852acd8de3.tar.gz
Update version 7.6.4
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3cf13e4ac060..51d2f072331a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Original Maintainer:: Jonathan Hudson <jh+arch@daria.co.uk>
pkgname=mapserver
-pkgver=7.6.3
+pkgver=7.6.4
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=('f42c1793acd3b14b92adf39ce1b87ca7')
+md5sums=('892c3ec0668124bde1078e6ef516750b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}