summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstiefel40k2019-06-16 19:49:47 +0200
committerstiefel40k2019-06-16 19:49:47 +0200
commitb7b506cf8f6e3b1f8a82ebd63ccb5d36d89f760d (patch)
treeb19c5e861a01cea10ddd1f3354510bc5e93df1cf
parentdff07fc76c94351d84210988ca32b3e2c2f21bb5 (diff)
downloadaur-b7b506cf8f6e3b1f8a82ebd63ccb5d36d89f760d.tar.gz
fix URL for one tk-core
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20885654f01b..863dac67b882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Dec 27 19:55:44 UTC 2017
pkgbase = tclkit
pkgdesc = single-file executable that provides a complete Tcl and Tk runtime
pkgver = 8.6.4
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/patthoyts/kitgen
arch = i686
arch = x86_64
@@ -15,12 +13,12 @@ pkgbase = tclkit
options = !buildflags
options = !makeflags
options = !strip
- source = https://github.com/stiefel40k/kitgen/archive/8.6.4-7.tar.gz
- source = tk.tar.gz::https://github.com/tcltk/tk/archive/core_8_6_4.tar.gz
+ 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
- md5sums = 2f4305a69297deffde0fa4a2a4af2658
- md5sums = 4f9b416d393f6b45b972d506a23ed36d
- md5sums = 9297de5538175b98c000b98ccc469290
+ md5sums = ee23c17052b6e482cb845739363bb9c0
+ md5sums = 4139d98489f61faa8112f62fcee1a9de
+ md5sums = 444a352dd36404e4a5c2b4e4c5408195
pkgname = tclkit
diff --git a/PKGBUILD b/PKGBUILD
index 00fd8e5448b8..4df4ebe8400f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=tclkit
pkgver=8.6.4
_tcl_tag=tip-412
-_tk_tag=core_8_6_4
+_tk_tag=core-8-6-4
_kit_tag=8.6.4-9
-pkgrel=9
+pkgrel=10
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'
- '4f9b416d393f6b45b972d506a23ed36d'
- '9297de5538175b98c000b98ccc469290')
+ '4139d98489f61faa8112f62fcee1a9de'
+ '444a352dd36404e4a5c2b4e4c5408195')
build() {
mv "kitgen-${_kit_tag}" kitgen