summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72d77949a6ee..1fbe7cc196bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tk-itk
pkgver=4.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="OOP extension for Tk"
arch=('x86_64')
url="http://incrtcl.sourceforge.net/itk/"
@@ -17,7 +17,7 @@ build() {
--prefix=/usr \
--mandir=/usr/share/man \
--enable-64bit \
- --with-itcl=/usr/lib/itcl4.2.2
+ --with-itcl=/usr/lib/itcl4.2.3
make
}