Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / tk
Commits:
581ff364 by Antonio Rojas at 2024-12-25T11:39:28+01:00
upgpkg: 8.6.16-1: Update to 8.6.16
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tk
pkgdesc = A windowing toolkit for use with tcl
- pkgver = 8.6.15
+ pkgver = 8.6.16
pkgrel = 1
url = http://tcl.sourceforge.net/
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = tk
depends = libxss
depends = libxft
options = staticlibs
- source =
https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.15-src.tar.gz
+ source =
https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.16-src.tar.gz
source = font-sizes.diff
- sha256sums =
550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec
+ sha256sums =
be9f94d3575d4b3099d84bc3c10de8994df2d7aa405208173c709cc404a7e5fe
sha256sums =
80a64f81a002ca83475ac2e53b8c9836e1a376049989733b61687c88df8c68e5
pkgname = tk
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=tk
-pkgver=8.6.15
+pkgver=8.6.16
pkgrel=1
pkgdesc='A windowing toolkit for use with tcl'
arch=(x86_64)
@@ -15,7 +15,7 @@ options=(staticlibs)
_archive="$pkgname$pkgver"
source=("https://downloads.sourceforge.net/sourceforge/tcl/$_archive-src.tar.gz"
font-sizes.diff)
-sha256sums=('550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec'
+sha256sums=('be9f94d3575d4b3099d84bc3c10de8994df2d7aa405208173c709cc404a7e5fe'
'80a64f81a002ca83475ac2e53b8c9836e1a376049989733b61687c88df8c68e5')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tk/-/commit/581ff364db50cce65a65f4db122885de051ab47b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tk/-/commit/581ff364db50cce65a65f4db122885de051ab47b
You're receiving this email because of your account on gitlab.archlinux.org.