summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c45e0272c9c0..53f09dcdd090 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insight-git
pkgdesc = Insight is a graphical user interface to GDB, the GNU Debugger written in Tcl/Tk.
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://sourceware.org/git/?p=insight.git
arch = x86_64
arch = i686
@@ -11,7 +11,7 @@ pkgbase = insight-git
depends = tcl
depends = tk
depends = gdb
- depends = itk
+ depends = tk-itk
depends = tcl-combobox
depends = iwidgets
options = !buildflags
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=()