Merge pull request #4 from aheirman/patch-4

The url for kakoune redirects
This commit is contained in:
Ella-0 2021-02-03 14:14:59 +00:00 committed by GitHub
commit 2c9a387620
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}