summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-09-07 15:49:22 +0100
committerGrey Christoforo2017-09-07 15:49:22 +0100
commita06581bc9465febf0369c1f5c95f2979ae343fc3 (patch)
tree8270e9c0e027a271774accc6b41a4f0911f90a76
parent629e59e1625ee82bcea8d476e1dbe9633108582a (diff)
downloadaur-a06581bc9465febf0369c1f5c95f2979ae343fc3.tar.gz
switch to stiefel40k's kitgen repo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907b26f91273..468851311ab8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 27 19:58:28 UTC 2017
+# Thu Sep 7 14:49:16 UTC 2017
pkgbase = tclkit
pkgdesc = single-file executable that provides a complete Tcl and Tk runtime
pkgver = 8.6.4
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/patthoyts/kitgen
arch = i686
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = tclkit
options = !buildflags
options = !makeflags
options = !strip
- source = tclkit.tar.gz::https://github.com/patthoyts/kitgen/archive/c21eeb1e379bd5acb5b304f0784877b8e8dd31ca.tar.gz
+ 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 = tcl.tar.gz::https://github.com/tcltk/tcl/archive/tip_412.tar.gz
- md5sums = 2053997a397309fa10d0b62a3df114ae
+ md5sums = 2f4305a69297deffde0fa4a2a4af2658
md5sums = 4f9b416d393f6b45b972d506a23ed36d
md5sums = 05843ddb995308a2aaec8e0e76a6c7b5
diff --git a/PKGBUILD b/PKGBUILD
index 2a9556658814..10845d50859a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,23 +3,23 @@ pkgname=tclkit
pkgver=8.6.4
_tcl_tag=tip_412
_tk_tag=core_8_6_4
-_kit_commit=c21eeb1e379bd5acb5b304f0784877b8e8dd31ca
-pkgrel=6
+_kit_tag=8.6.4-7
+pkgrel=7
pkgdesc="single-file executable that provides a complete Tcl and Tk runtime"
arch=('i686' 'x86_64')
url="https://github.com/patthoyts/kitgen"
options=(emptydirs !buildflags !makeflags !strip)
license=('custom')
makedepends=('upx' 'ucl' 'libx11')
-source=("tclkit.tar.gz::https://github.com/patthoyts/kitgen/archive/${_kit_commit}.tar.gz"
+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=('2053997a397309fa10d0b62a3df114ae'
+md5sums=('2f4305a69297deffde0fa4a2a4af2658'
'4f9b416d393f6b45b972d506a23ed36d'
'05843ddb995308a2aaec8e0e76a6c7b5')
build() {
- mv "kitgen-$_kit_commit" kitgen
+ mv "kitgen-${_kit_tag}" kitgen
cd kitgen
mkdir -p 8.6
mv ../tk-$_tk_tag 8.6/tk