summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstiefel40k2018-08-11 16:29:39 +0200
committerstiefel40k2018-08-11 16:29:39 +0200
commitdff07fc76c94351d84210988ca32b3e2c2f21bb5 (patch)
tree8e8ab05b695d4bc1889a5b78978e520f9eae6cdd
parent644c06cf0a69051abcd52cf4833981918360b2e3 (diff)
downloadaur-dff07fc76c94351d84210988ca32b3e2c2f21bb5.tar.gz
include upstream fix for segfault
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57c3273a9001..20885654f01b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = tclkit
pkgdesc = single-file executable that provides a complete Tcl and Tk runtime
pkgver = 8.6.4
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/patthoyts/kitgen
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 32ac52494e6a..00fd8e5448b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@ pkgname=tclkit
pkgver=8.6.4
_tcl_tag=tip-412
_tk_tag=core_8_6_4
-_kit_tag=8.6.4-7
-pkgrel=8
+_kit_tag=8.6.4-9
+pkgrel=9
pkgdesc="single-file executable that provides a complete Tcl and Tk runtime"
arch=('i686' 'x86_64')
url="https://github.com/patthoyts/kitgen"
@@ -14,7 +14,7 @@ makedepends=('upx' 'ucl' 'libx11')
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=('2f4305a69297deffde0fa4a2a4af2658'
+md5sums=('ee23c17052b6e482cb845739363bb9c0'
'4f9b416d393f6b45b972d506a23ed36d'
'9297de5538175b98c000b98ccc469290')