summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moch2017-12-20 06:57:39 -0500
committerDaniel Moch2017-12-20 06:57:39 -0500
commitee5ae023bebe271af0bb3df5e0b3e3eb969328e8 (patch)
treef211c6b34194f3df77691e60aa3825e1605a09e4
parent14beda1955e27bed21c0c5fe1959cbcda2d70cd8 (diff)
downloadaur-ee5ae023bebe271af0bb3df5e0b3e3eb969328e8.tar.gz
Add modeline
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 743f2933a0f0..7b40c1ec97c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vim-makejob
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Minimal, asynchronous quickfix commands for Vim 8.0"
arch=('any')
url="https://github.com/djmoch/vim-makejob"
@@ -20,3 +20,5 @@ package() {
install -Dm644 plugin/makejob.vim "$installpath/plugin/makejob.vim"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+
+# vim: ts=2 sts=2 sw=2 et ft=PKGBUILD