summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2017-04-23 12:22:33 +0300
committerMantas Mikulėnas2017-04-23 12:22:39 +0300
commit9a06e66b79c7f3ec97a28240bf9d3505b5b0404c (patch)
tree344efb349262ca5e1dc7fc69b85a2cd7a44dfdbb
parent737d3e13a332139123e87b271b8db638a66fdc4f (diff)
downloadaur-9a06e66b79c7f3ec97a28240bf9d3505b5b0404c.tar.gz
do not install garbage vim syntaxes
At the very least, these should go to syntax/ and have proper filetype autodetection instead of screwing up everything.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4af0baf145d0..fb2083f6bb43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Jan 16 08:30:05 UTC 2017
+# Sun Apr 23 09:22:10 UTC 2017
pkgbase = monotone
pkgdesc = A free distributed version control system
pkgver = 1.1
- pkgrel = 4
+ pkgrel = 5
url = http://www.monotone.ca/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 40d4855a3d89..73f095e961f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=monotone
pkgver=1.1
-pkgrel=4
+pkgrel=5
pkgdesc='A free distributed version control system'
arch=('i686' 'x86_64')
url='http://www.monotone.ca/'
@@ -35,7 +35,5 @@ build() {
package() {
cd "$srcdir/${pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
- install -d "${pkgdir}/usr/share/vim/vimfiles/plugin/"
install -Dm644 contrib/monotone.zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_mtn"
- install -Dm644 contrib/{mtncommit,basicio}.vim "${pkgdir}/usr/share/vim/vimfiles/plugin/"
}