diff --git a/PKGBUILD b/PKGBUILD index 75052d1..48831f0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc="A command line utility that brings improved BASH command completion fro arch=('any') url="https://github.com/dvorka/hstr" license=('Apache') -makedepends=('git' 'readline' 'ncurses') +makedepends=('readline' 'ncurses') _pkgver=$(echo "$pkgver" | sed 's/.[0-9]*$//') source=(https://github.com/dvorka/hstr/releases/download/$pkgver/$pkgname-$pkgver-src.tgz) md5sums=('46336873fb23e7b59b54655f05b221d5')