summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstiefel40k2019-11-01 12:01:24 +0100
committerstiefel40k2019-11-01 12:01:24 +0100
commit113b71c76fda3ddcec215a68f2acd5319dca280b (patch)
tree545c6d6827e6cadedf6d0affb38861d7396bab80
parentb7b506cf8f6e3b1f8a82ebd63ccb5d36d89f760d (diff)
downloadaur-113b71c76fda3ddcec215a68f2acd5319dca280b.tar.gz
fix md5sum for dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 863dac67b882..2d385423539a 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 = 10
+ pkgrel = 11
url = https://github.com/patthoyts/kitgen
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4df4ebe8400f..9eb4aa392eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=8.6.4
_tcl_tag=tip-412
_tk_tag=core-8-6-4
_kit_tag=8.6.4-9
-pkgrel=10
+pkgrel=11
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'
- '4139d98489f61faa8112f62fcee1a9de'
- '444a352dd36404e4a5c2b4e4c5408195')
+ '67a7122f90d7b4f7072d58e300145036'
+ '7c2a095ae8092ff08255cef66563eefe')
build() {
mv "kitgen-${_kit_tag}" kitgen