summaryrefslogtreecommitdiff
path: root/extra/tk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tk/PKGBUILD')
-rw-r--r--extra/tk/PKGBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/extra/tk/PKGBUILD b/extra/tk/PKGBUILD
index c5116f60c..20e030652 100644
--- a/extra/tk/PKGBUILD
+++ b/extra/tk/PKGBUILD
@@ -1,22 +1,16 @@
-# $Id: PKGBUILD 194259 2013-09-11 22:03:31Z eric $
+# $Id: PKGBUILD 194661 2013-09-20 16:55:22Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=tk
-pkgver=8.6.0
-pkgrel=4
+pkgver=8.6.1
+pkgrel=1
pkgdesc="A windowing toolkit for use with tcl"
arch=('i686' 'x86_64')
url="http://tcl.sourceforge.net/"
license=('custom')
depends=("tcl=${pkgver}" 'libxss' 'libxft')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz tk-xcircuit.patch)
-sha1sums=('c42e160285e2d26eae8c2a1e6c6f86db4fa7663b'
- 'e0e75044d4e33533b0114d3c142b40b7280c364f')
-
-prepare() {
- cd tk${pkgver}
- patch -p0 -i "${srcdir}/tk-xcircuit.patch"
-}
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('ecfcc20833c04d6890b14a7920a04d16f2123a51')
build() {
cd tk${pkgver}/unix
@@ -33,7 +27,7 @@ check() {
package() {
cd tk${pkgver}/unix
make INSTALL_ROOT="${pkgdir}" install install-private-headers
- ln -sf wish8.6 "${pkgdir}/usr/bin/wish"
+ ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"
install -Dm644 license.terms "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"