[arch-commits] Commit in tk/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Dec 26 09:11:07 UTC 2017
Date: Tuesday, December 26, 2017 @ 09:11:07
Author: arojas
Revision: 313652
Update to 8.6.8
Modified:
tk/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-26 09:08:57 UTC (rev 313651)
+++ PKGBUILD 2017-12-26 09:11:07 UTC (rev 313652)
@@ -2,8 +2,8 @@
# Maintainer: Eric Bélanger <eric at archlinux.org>
pkgname=tk
-pkgver=8.6.7
-pkgrel=2
+pkgver=8.6.8
+pkgrel=1
pkgdesc="A windowing toolkit for use with tcl"
arch=('x86_64')
url="http://tcl.sourceforge.net/"
@@ -11,12 +11,11 @@
depends=("tcl=${pkgver}" 'libxss' 'libxft')
options=('staticlibs')
source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-sha1sums=('eb58b4523f376fdf8b1f4439a958227ada52e2c8')
+sha1sums=('7d674881bcfda5acb937bea084b10fe271463632')
build() {
cd tk${pkgver}/unix
- [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
- ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-rpath $BIT
+ ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-rpath BIT="--enable-64bit"
make
}
More information about the arch-commits
mailing list