summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51310e8ed556..7506d0800608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ pkgname=gdb-dashboard-git
_gitname=gdb-dashboard
pkgver=0.0.1.149.7612d7f
pkgrel=1
-pkgdesc="Modular visual interface for GDB in Python"
+pkgdesc='Modular visual interface for GDB in Python'
url='https://github.com/cyrus-and/gdb-dashboard'
arch=('any')
license=('MIT')
-depends=( 'gdb' 'binutils')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
makedepends=('git')
provides=('gdb-dashboard')
conflicts=('gdb-dashboard')