summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorzwindl2019-08-15 20:17:38 +0800
committerzwindl2019-08-15 20:17:38 +0800
commit13c1d05b71b31996a4a447278e1df8b29cb87f70 (patch)
tree45e208cd2b509af4cbeb1573f6bfdf78c38f8a90 /.SRCINFO
parent1c1c0127eae39c0b549e57bfe0955de0da180409 (diff)
downloadaur-13c1d05b71b31996a4a447278e1df8b29cb87f70.tar.gz
fix make dependency issue
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9773a2d5679..21f1da5492bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-gdbgui
pkgdesc = Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser. https://gdbgui.com
pkgver = 0.13.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cs01/gdbgui
arch = any
license = GPL
makedepends = python-setuptools
+ makedepends = yarn
depends = python
depends = python-flask12
depends = python-flask-compress