This commit is contained in:
Ella-0 2021-02-03 15:24:52 +00:00
commit 0cf277cfae
2 changed files with 19 additions and 23 deletions

View file

@ -6,7 +6,7 @@ bad=""
ext="doc"
fetch() {
curl "https://github.com/mawww/kakoune/archive/builtin-terminal-ui.tar.gz" -o $pkgname-$pkgver.tar.xz
curl -L "https://github.com/mawww/kakoune/archive/builtin-terminal-ui.tar.gz" -o $pkgname-$pkgver.tar.xz
tar -xf $pkgname-$pkgver.tar.xz
}