summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58e06e360104..06553d009e3a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mapserver-git
pkgdesc = Platform for publishing spatial data and interactive mapping applications to the web
- pkgver = rel.7.6.0.r741.g67b1f043c
+ pkgver = 0
pkgrel = 1
url = http://www.mapserver.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 33e1829ef00c..788555140615 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Current Maintainer: Samuel Fernando Mesa Giraldo <samuelmesa@linuxmail.org>
+# Maintainer: Samuel Fernando Mesa Giraldo <samuelmesa@linuxmail.org>
# Original Maintainer:: Marcos Piccinini <x@nofxx.com>
# Original Maintainer:: Jonathan Hudson <jh+arch@daria.co.uk>
pkgname=mapserver-git
-pkgver=rel.7.6.0.r741.g67b1f043c
+pkgver=0
pkgrel=1
pkgdesc="Platform for publishing spatial data and interactive mapping applications to the web"
arch=(i686 x86_64)
@@ -85,7 +85,7 @@ build() {
-DFREETYPE_INCLUDE_DIR=/usr/include/freetype2 \
make clean
- make -j$(nproc)
+ make
}
package() {