summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2018-02-20 22:19:40 -0500
committerKyle Keen2018-02-20 22:19:40 -0500
commit81096f7599b5dee541126fb223f22f5f61f2220c (patch)
tree656eb369251febc17fc3013ff710130e1d94eba5
parent0421c6e916b61f7ba7b377be1db04e4b29e8bab6 (diff)
downloadaur-81096f7599b5dee541126fb223f22f5f61f2220c.tar.gz
baby, bathwater
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54bf1a18a61b..4371f837cf08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 21 02:32:38 UTC 2018
+# Wed Feb 21 03:19:38 UTC 2018
pkgbase = hexcurse
pkgdesc = Versatile ncurses-based hex editor.
pkgver = 1.60.0
@@ -8,6 +8,7 @@ pkgbase = hexcurse
arch = i686
arch = x86_64
license = GPL
+ depends = ncurses
options = !makeflags
source = hexcurse-1.60.0.tgz::https://github.com/LonnyGomes/hexcurse/archive/v1.60.0.tar.gz
md5sums = cb24b564bea21a615a5c6a2ee30d6cad
diff --git a/PKGBUILD b/PKGBUILD
index 740776a69ae1..fea158be6725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('i686' 'x86_64')
#url="http://directory.fsf.org/project/HexCurse/"
url="https://github.com/LonnyGomes/hexcurse"
license=('GPL')
+depends=('ncurses')
options=('!makeflags')
source=("$pkgname-$pkgver.tgz::https://github.com/LonnyGomes/hexcurse/archive/v$pkgver.tar.gz")
#source=("http://www.sourcefiles.org/Editors/Hex/$pkgname-$pkgver.tar.gz")