summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstiefel40k2020-01-02 18:20:08 +0100
committerstiefel40k2020-01-02 18:20:08 +0100
commit2fc45f32adb49a1e4f5854db51405521ae2c1264 (patch)
tree8b8fdd6e876f9c3820427a227feb6873d8153884
parent113b71c76fda3ddcec215a68f2acd5319dca280b (diff)
downloadaur-2fc45f32adb49a1e4f5854db51405521ae2c1264.tar.gz
add xorgproto as makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d385423539a..cf646badcecb 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 = 11
+ pkgrel = 12
url = https://github.com/patthoyts/kitgen
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = tclkit
makedepends = upx
makedepends = ucl
makedepends = libx11
+ makedepends = xorgproto
options = emptydirs
options = !buildflags
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 9eb4aa392eaa..8cdab75b0f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgver=8.6.4
_tcl_tag=tip-412
_tk_tag=core-8-6-4
_kit_tag=8.6.4-9
-pkgrel=11
+pkgrel=12
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')
+makedepends=('upx' 'ucl' 'libx11' 'xorgproto')
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")