summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgéballin2021-11-08 01:11:15 +0100
committergéballin2021-11-08 01:11:15 +0100
commitd1c4309b590327a7d5d972462757b1fcceb57457 (patch)
tree3a00ffb45b7f584db50b396be4f895a8c80c571a /PKGBUILD
parent883771aef81406cbc54eae6c328039a29bcb51ef (diff)
downloadaur-d1c4309b590327a7d5d972462757b1fcceb57457.tar.gz
Correct the depends incrtk name.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05d7c7fa12b4..7aaa1bda6ef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Insight is a graphical user interface to GDB, the GNU Debugger written
url="https://sourceware.org/git/?p=insight.git"
arch=('x86_64' 'i686')
license=('GPLv3')
-depends=('tcl' 'tk' 'gdb' 'itk' 'tcl-combobox' 'iwidgets')
+depends=('tcl' 'tk' 'gdb' 'incrtk' 'tcl-combobox' 'iwidgets')
optdepends=()
makedepends=(gcc make)
conflicts=()