summaryrefslogtreecommitdiff
path: root/community/gpsmanshp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gpsmanshp/PKGBUILD')
-rw-r--r--community/gpsmanshp/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gpsmanshp/PKGBUILD b/community/gpsmanshp/PKGBUILD
index 972e8f837..a34ddd3a9 100644
--- a/community/gpsmanshp/PKGBUILD
+++ b/community/gpsmanshp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67943 2012-03-16 11:12:57Z giovanni $
+# $Id: PKGBUILD 81604 2012-12-25 00:34:09Z foutrelis $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
pkgname=gpsmanshp
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Tcl package to read and write shapefiles"
arch=('i686' 'x86_64')
url="http://gpsmanshp.sourceforge.net/"
@@ -24,8 +24,8 @@ build() {
# set install path
sed -i -e "s|/usr/lib/tcl\$(TCLVERSION)|${pkgdir}/usr/lib/gpsmanshp|g" Makefile
sed -i -e "s|tclsh\$(TCLVERSION)|tclsh|g" Makefile
- sed -i "s|package-8.3.tcl|/usr/lib/tcl8.5/package.tcl|g" Makefile
- sed -i "s|8.4|8.5|g" Makefile
+ sed -i "s|package-8.3.tcl|/usr/lib/tcl8.6/package.tcl|g" Makefile
+ sed -i "s|8.4|8.6|g" Makefile
make
}