Merge pull request #4 from aheirman/patch-4
The url for kakoune redirects
This commit is contained in:
commit
2c9a387620
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ bad=""
|
||||||
ext="doc"
|
ext="doc"
|
||||||
|
|
||||||
fetch() {
|
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
|
tar -xf $pkgname-$pkgver.tar.xz
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue