aboutsummaryrefslogtreecommitdiffstats
path: root/testing/neatvi
diff options
context:
space:
mode:
Diffstat (limited to 'testing/neatvi')
-rw-r--r--testing/neatvi/APKBUILD10
-rw-r--r--testing/neatvi/conf.patch16
2 files changed, 16 insertions, 10 deletions
diff --git a/testing/neatvi/APKBUILD b/testing/neatvi/APKBUILD
index 96bfb5e9eb1..23b0b32b8a2 100644
--- a/testing/neatvi/APKBUILD
+++ b/testing/neatvi/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=neatvi
-pkgver=08
-pkgrel=1
+pkgver=09
+pkgrel=0
pkgdesc="vi/ex editor with support for bidirectional UTF-8 text, syntax highlight and infinite undo/redo"
url="https://github.com/aligrudi/neatvi"
arch="all"
@@ -20,5 +20,7 @@ package() {
install -Dm644 "$builddir"/README -t "$pkgdir"/usr/share/doc/neatvi
}
-sha512sums="c883e06e215143498a04ece5cacee745fda3cc16a3b31b2a3e70cd559c1dffaddb2c6e98960e0293e37ea55a72a805564cc7e69d86f1e1689303a06244be929d neatvi-08.tar.gz
-d5538cf2bfb98b93d3661f686540580f754cd5fca641893b58cf80312ec703aa332601f68258335a71bdeb72356148a75db22ae139e05c04c060cfcb31f2fafd conf.patch"
+sha512sums="
+11b0c34525210bcb96fc0128056a0c350cdea3318cc26b3c3aac5bce59809d8eab0dd63b410d5f91d2965ce5030ee104f614f829264854df6f26ef05a605d876 neatvi-09.tar.gz
+1c67a6fb1cae78525a00ab5e78a6dfbbad1d5f79cd8daa09edd6cbc9b6c6a52729c6775b30b96c78e28f71d5e70ac10ad08cc0b3d5db54db6dc250ce0daea868 conf.patch
+"
diff --git a/testing/neatvi/conf.patch b/testing/neatvi/conf.patch
index 1fdc92ddee1..66b8bbb76ca 100644
--- a/testing/neatvi/conf.patch
+++ b/testing/neatvi/conf.patch
@@ -1,10 +1,14 @@
---- a/conf.h.orig 2017-10-01 09:07:44.000000000 +0200
-+++ b/conf.h 2018-11-20 18:54:51.484850964 +0100
-@@ -12,6 +12,7 @@ static struct filetype {
- {"mk", "Makefile$|makefile$|\\.mk$"}, /* makefile */
- {"sh", "\\.sh$"}, /* shell script */
+diff --git a/conf.h b/conf.h
+index 4435a91..0e055cf 100644
+--- a/conf.h
++++ b/conf.h
+@@ -17,7 +17,8 @@ static struct filetype {
+ {"py", "\\.py$"}, /* python */
+ {"bib", "bib$"}, /* refer */
{"nm", "\\.nm$"}, /* neatmail */
-+ {"sh", ".$"}, /* everything else */
+- {"diff", "\\.(patch|diff)$"} /* diff */
++ {"diff", "\\.(patch|diff)$"}, /* diff */
++ {"sh", ".$"} /* everything else */
};
/* syntax highlighting patterns */