summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstiefel40k2020-05-19 06:53:01 +0200
committerstiefel40k2020-05-19 06:53:01 +0200
commit94ac96d2ce5d0a64761a593383f0b48c3e395a28 (patch)
treec5a7cdf68b7185469492f22e4857204d97c9be7a
parent2fc45f32adb49a1e4f5854db51405521ae2c1264 (diff)
downloadaur-94ac96d2ce5d0a64761a593383f0b48c3e395a28.tar.gz
bump to 8.6.10
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf646badcecb..2bdd9ce59c90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tclkit
pkgdesc = single-file executable that provides a complete Tcl and Tk runtime
- pkgver = 8.6.4
- pkgrel = 12
+ pkgver = 8.6.10
+ pkgrel = 1
url = https://github.com/patthoyts/kitgen
arch = i686
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = tclkit
options = !makeflags
options = !strip
source = https://github.com/stiefel40k/kitgen/archive/8.6.4-9.tar.gz
- source = tk.tar.gz::https://github.com/tcltk/tk/archive/core-8-6-4.tar.gz
- source = tcl.tar.gz::https://github.com/tcltk/tcl/archive/tip-412.tar.gz
+ source = tk.tar.gz::https://github.com/tcltk/tk/archive/core-8-6-10.tar.gz
+ source = tcl.tar.gz::https://github.com/tcltk/tcl/archive/core-8-6-10.tar.gz
md5sums = ee23c17052b6e482cb845739363bb9c0
- md5sums = 4139d98489f61faa8112f62fcee1a9de
- md5sums = 444a352dd36404e4a5c2b4e4c5408195
+ md5sums = 73a066dcc051915dfad48ae4810a6038
+ md5sums = b9578606270ac55d2cbabf35515724bc
pkgname = tclkit
diff --git a/PKGBUILD b/PKGBUILD
index 8cdab75b0f72..a01bd5019351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
#Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=tclkit
-pkgver=8.6.4
-_tcl_tag=tip-412
-_tk_tag=core-8-6-4
+pkgver=8.6.10
+_tcl_tag=core-8-6-10
+_tk_tag=core-8-6-10
_kit_tag=8.6.4-9
-pkgrel=12
+pkgrel=1
pkgdesc="single-file executable that provides a complete Tcl and Tk runtime"
arch=('i686' 'x86_64')
url="https://github.com/patthoyts/kitgen"
@@ -15,8 +15,8 @@ source=("https://github.com/stiefel40k/kitgen/archive/${_kit_tag}.tar.gz"
"tk.tar.gz::https://github.com/tcltk/tk/archive/${_tk_tag}.tar.gz"
"tcl.tar.gz::https://github.com/tcltk/tcl/archive/${_tcl_tag}.tar.gz")
md5sums=('ee23c17052b6e482cb845739363bb9c0'
- '67a7122f90d7b4f7072d58e300145036'
- '7c2a095ae8092ff08255cef66563eefe')
+ '73a066dcc051915dfad48ae4810a6038'
+ 'b9578606270ac55d2cbabf35515724bc')
build() {
mv "kitgen-${_kit_tag}" kitgen