makedeb
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history
Click here to go back to the commit logs for hstr-git.
Hash: b4988ede93feebaca1ee55d4b818325bd5d534e2
Message: Updated the Build
diff --git a/.SRCINFO b/.SRCINFO
index 4eb8649..6a039f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,9 @@ pkgbase = hstr-git
license = Apache
makedepends = git
makedepends = pkg-config
+ makedepends = libncursesw5-dev
+ makedepends = libreadline-dev
+ makedepends = build-essential
provides = hstr
conflicts = hstr
source = hstr-git::git+https://github.com/dvorka/hstr.git
diff --git a/PKGBUILD b/PKGBUILD
index f380782..422ef7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Bash and Zsh shell history suggest box - easily view, navigate, search
arch=('x86_64')
url="https://github.com/dvorka/hstr"
license=('Apache')
-makedepends=('git' 'pkg-config')
+makedepends=('git' 'pkg-config' 'libncursesw5-dev' 'libreadline-dev' 'build-essential')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("$pkgname::git+$url.git")