Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / tk
Commits: d838700f by Antonio Rojas at 2024-03-05T23:39:48+01:00 upgpkg: 8.6.14-1: Update to 8.6.14 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = tk + pkgdesc = A windowing toolkit for use with tcl + pkgver = 8.6.14 + pkgrel = 1 + url = http://tcl.sourceforge.net/ + arch = x86_64 + license = custom + depends = tcl + depends = libxss + depends = libxft + options = staticlibs + source = https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.14-src.tar.gz + sha256sums = 8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94 + +pkgname = tk ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Eric Bélanger <[email protected]> pkgname=tk -pkgver=8.6.13 -pkgrel=2 +pkgver=8.6.14 +pkgrel=1 pkgdesc="A windowing toolkit for use with tcl" arch=('x86_64') url="http://tcl.sourceforge.net/" @@ -10,7 +10,7 @@ license=('custom') depends=('tcl' 'libxss' 'libxft') options=('staticlibs') source=(https://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz) -sha256sums=('2e65fa069a23365440a3c56c556b8673b5e32a283800d8d9b257e3f584ce0675') +sha256sums=('8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94') build() { cd tk$pkgver/unix View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tk/-/commit/d838700fbd0d6cf12602767b5b6c65ccc90ceda8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tk/-/commit/d838700fbd0d6cf12602767b5b6c65ccc90ceda8 You're receiving this email because of your account on gitlab.archlinux.org.
