[arch-commits] Commit in tk/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jul 14 09:52:42 UTC 2019


    Date: Sunday, July 14, 2019 @ 09:52:42
  Author: arojas
Revision: 357891

Update to 8.6.9.1

Modified:
  tk/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-14 09:46:44 UTC (rev 357890)
+++ PKGBUILD	2019-07-14 09:52:42 UTC (rev 357891)
@@ -1,30 +1,30 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=tk
-pkgver=8.6.9
-pkgrel=2
+pkgver=8.6.9.1
+pkgrel=1
 pkgdesc="A windowing toolkit for use with tcl"
 arch=('x86_64')
 url="http://tcl.sourceforge.net/"
 license=('custom')
-depends=("tcl=${pkgver}" 'libxss' 'libxft')
+depends=("tcl=${pkgver%.*}" 'libxss' 'libxft')
 options=('staticlibs')
 source=(https://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-sha256sums=('d3f9161e8ba0f107fe8d4df1f6d3a14c30cc3512dfc12a795daa367a27660dac')
+sha256sums=('8fcbcd958a8fd727e279f4cac00971eee2ce271dc741650b1fc33375fb74ebb4')
 
 build() {
-  cd tk${pkgver}/unix
+  cd tk${pkgver%.*}/unix
   ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-rpath --enable-64bit
   make
 }
 
 check() {
-  cd tk${pkgver}/unix
+  cd tk${pkgver%.*}/unix
 #  make test
 }
 
 package() {
-  cd tk${pkgver}/unix
+  cd tk${pkgver%.*}/unix
   make INSTALL_ROOT="${pkgdir}" install install-private-headers
   ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
   ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"



More information about the arch-commits mailing list