removed git dependency

wasn't thinking correct, cause the src .tgz is pulled through https and not git
This commit is contained in:
fastgar 2015-05-21 11:53:34 +02:00 committed by Martin Dvorak
parent e513faf5e7
commit 87b3e780dd

View file

@ -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')