Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / tk
Commits:
fe54d851 by Caleb Maclennan at 2024-09-17T02:43:11+03:00
upgpkg: 8.6.15-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tk
pkgdesc = A windowing toolkit for use with tcl
- pkgver = 8.6.14
- pkgrel = 4
+ pkgver = 8.6.15
+ pkgrel = 1
url = http://tcl.sourceforge.net/
arch = x86_64
license = TCL
@@ -9,9 +9,9 @@ pkgbase = tk
depends = libxss
depends = libxft
options = staticlibs
- source =
https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.14-src.tar.gz
+ source =
https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.15-src.tar.gz
source = font-sizes.diff
- sha256sums =
8ffdb720f47a6ca6107eac2dd877e30b0ef7fac14f3a84ebbd0b3612cee41a94
+ sha256sums =
550969f35379f952b3020f3ab7b9dd5bfd11c1ef7c9b7c6a75f5c49aca793fec
sha256sums =
80a64f81a002ca83475ac2e53b8c9836e1a376049989733b61687c88df8c68e5
pkgname = tk
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Eric Bélanger <[email protected]>
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)
url="http://tcl.sourceforge.net/"
@@ -15,7 +15,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() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tk/-/commit/fe54d851e4b823f19c97df14b52713b37a11a022
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tk/-/commit/fe54d851e4b823f19c97df14b52713b37a11a022
You're receiving this email because of your account on gitlab.archlinux.org.