summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-01-08 13:12:06 +0000
committerGrey Christoforo2016-01-08 13:12:06 +0000
commit9cf039e4c2d468d3a37d185401be8371f759deb3 (patch)
tree11eeeb25854ba84f059cc7d669e3352bca87bbcf
parent09f69f1232243296d061419c7df2c1ef4fbdc0e1 (diff)
downloadaur-9cf039e4c2d468d3a37d185401be8371f759deb3.tar.gz
add ucl build dep
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 820d69fc4ae9..b06ba94a9c1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
+# Generated by mksrcinfo v8
+# Fri Jan 8 12:46:43 UTC 2016
pkgbase = tclkit
pkgdesc = single-file executable that provides a complete Tcl and Tk runtime
pkgver = 8.6.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/patthoyts/kitgen
arch = i686
arch = x86_64
license = custom
- makedepends = upx
+ makedepends = upx,
+ makedepends = ucl
options = emptydirs
options = !buildflags
options = !makeflags
@@ -15,8 +18,8 @@ pkgbase = tclkit
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/potential_incompatibility.tar.gz
md5sums = 2053997a397309fa10d0b62a3df114ae
- md5sums = 25c2e90900e44ea851f891cbb232ca2c
- md5sums = d442eacfbf4932a0a956ecab5c362af1
+ md5sums = 217158b34ce82baf8f9aaf5f9e584ad2
+ md5sums = a6485fca8f4ca5314a9dcb1c8c8eaca0
pkgname = tclkit
diff --git a/PKGBUILD b/PKGBUILD
index 76df8453be1f..23239b7899eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
-#Maintainer: Grey Christoforo <grey@christoforo.net>
+#Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=tclkit
pkgver=8.6.4
_tcl_tag=potential_incompatibility
_tk_tag=core_8_6_4
_kit_commit=c21eeb1e379bd5acb5b304f0784877b8e8dd31ca
-pkgrel=3
+pkgrel=4
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')
+makedepends=('upx' 'ucl')
source=("tclkit.tar.gz::https://github.com/patthoyts/kitgen/archive/${_kit_commit}.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'
- '25c2e90900e44ea851f891cbb232ca2c'
- 'd442eacfbf4932a0a956ecab5c362af1')
+ '217158b34ce82baf8f9aaf5f9e584ad2'
+ 'a6485fca8f4ca5314a9dcb1c8c8eaca0')
build() {
mv "kitgen-$_kit_commit" kitgen