* update tk to 8.6.15-1

This commit is contained in:
Alexander Baldeck 2024-09-24 18:46:53 +02:00
parent b32fe59564
commit cac2f63d9d
3 changed files with 25 additions and 3 deletions

17
tk/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = tk
pkgdesc = A windowing toolkit for use with tcl
pkgver = 8.6.15
pkgrel = 1
url = http://tcl.sourceforge.net/
arch = x86_64
license = TCL
depends = tcl
depends = libxss
depends = libxft
options = staticlibs
source = https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.15-src.tar.gz
source = font-sizes.diff
sha256sums = 550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec
sha256sums = 80a64f81a002ca83475ac2e53b8c9836e1a376049989733b61687c88df8c68e5
pkgname = tk

5
tk/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[tk]
source = "httpheader"
url = "https://sourceforge.net/projects/tcl/files/latest/download"
regex = 'tcl(\d+\.\d+\.\d+)-src.tar.gz'

View File

@ -3,8 +3,8 @@
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=tk
pkgver=8.6.14
pkgrel=4
pkgver=8.6.15
pkgrel=1
pkgdesc='A windowing toolkit for use with tcl'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="http://tcl.sourceforge.net/"
@ -16,7 +16,7 @@ options=(staticlibs)
_archive="$pkgname$pkgver"
source=("https://downloads.sourceforge.net/sourceforge/tcl/$_archive-src.tar.gz"
font-sizes.diff)
sha256sums=('8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94'
sha256sums=('550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec'
'80a64f81a002ca83475ac2e53b8c9836e1a376049989733b61687c88df8c68e5')
prepare() {