summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2021-11-11 15:04:03 +0100
committergéballin2021-11-11 15:04:03 +0100
commitc9981af5c9f6a3cc5569a1919158cc6eb7d9d825 (patch)
tree67de12cd0e5c106e5157dae8edded1ab025febd1 /PKGBUILD
parentd1c4309b590327a7d5d972462757b1fcceb57457 (diff)
downloadaur-c9981af5c9f6a3cc5569a1919158cc6eb7d9d825.tar.gz
correct depend tk-itk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aaa1bda6ef0..62c6d3153182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
pkgname=insight-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Insight is a graphical user interface to GDB, the GNU Debugger written in Tcl/Tk."
url="https://sourceware.org/git/?p=insight.git"
arch=('x86_64' 'i686')
license=('GPLv3')
-depends=('tcl' 'tk' 'gdb' 'incrtk' 'tcl-combobox' 'iwidgets')
+depends=('tcl' 'tk' 'gdb' 'tk-itk' 'tcl-combobox' 'iwidgets')
optdepends=()
makedepends=(gcc make)
conflicts=()