mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-14 19:07:57 +08:00
removed git dependency
wasn't thinking correct, cause the src .tgz is pulled through https and not git
This commit is contained in:
parent
e513faf5e7
commit
87b3e780dd
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
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')
|
||||
|
|
Loading…
Reference in a new issue