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

Antonio Rojas arojas at archlinux.org
Fri Nov 22 10:50:26 UTC 2019


    Date: Friday, November 22, 2019 @ 10:50:25
  Author: arojas
Revision: 369595

Update to 8.6.10

Modified:
  tk/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-22 10:47:44 UTC (rev 369594)
+++ PKGBUILD	2019-11-22 10:50:25 UTC (rev 369595)
@@ -1,33 +1,33 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=tk
-pkgver=8.6.9.1
-pkgrel=2
+pkgver=8.6.10
+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=('8fcbcd958a8fd727e279f4cac00971eee2ce271dc741650b1fc33375fb74ebb4')
+sha256sums=('63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30f3e386')
 
 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"
+  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"
 
   # install private headers (FS#14388, FS#47616)



More information about the arch-commits mailing list