summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Lamskoy2018-07-04 19:31:34 +0300
committerEugene Lamskoy2018-07-04 19:31:34 +0300
commite0bf2a9dfa957b3f03a946ce0733ce14bfcb2c72 (patch)
treede0b4d35ddb26e92b4fe39348c835fe2bab559fc /PKGBUILD
parenta1db41f25a35c146a776784fb226d30cc3a8b8b4 (diff)
downloadaur-e0bf2a9dfa957b3f03a946ce0733ce14bfcb2c72.tar.gz
Removed ncurses dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8283b8f98823..eb26c18f9d7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="http://bbconf.sourceforge.net/"
license=('GPL2')
source=("${pkgname}::git+https://github.com/golded-plus/golded-plus.git" "ncurses.diff" "geline.diff" "gedlnx")
makedepends=('git' 'gcc' 'make' 'glibc' 'groff')
-depends=('ncurses' 'screen' 'xorg-luit' 'ncurses-nonwide')
+depends=('screen' 'xorg-luit' 'ncurses-nonwide')
provides=('golded-plus')
build() {