summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authort0nedef2015-08-29 17:52:32 -0400
committert0nedef2015-08-29 17:52:32 -0400
commit6464da37d98bac85cec1a739320399e3b1a922f1 (patch)
tree9cb8d2b442c5790fb40fd07c674d85267a9f102a
downloadaur-6464da37d98bac85cec1a739320399e3b1a922f1.tar.gz
upgrade to latest script version
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..20f29a973b63
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = vim-octave
+ pkgdesc = m file syntax highlighting
+ pkgver = 3.8.3
+ pkgrel = 1
+ url = http://www.vim.org/scripts/script.php?script_id=3600
+ arch = any
+ license = GPL
+ depends = vim
+ source = octave.vim::http://www.vim.org/scripts/download_script.php?src_id=22437
+ md5sums = 7c0122efd6ec226ae0fcb45ec92f5321
+
+pkgname = vim-octave
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6b8159af7828
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Contributor: Rik <rik at octave.org>
+# Maintainer: Aaron Ali <t0nedef@causal.ca>
+pkgname=vim-octave
+pkgver=3.8.3
+pkgrel=1
+pkgdesc="m file syntax highlighting"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=3600"
+license=('GPL')
+depends=('vim')
+source=(
+ 'octave.vim::http://www.vim.org/scripts/download_script.php?src_id=22437'
+)
+package() {
+ install -Dm644 ${srcdir}/octave.vim ${pkgdir}/usr/share/vim/vim73/syntax/octave.vim
+}
+#
+md5sums=('7c0122efd6ec226ae0fcb45ec92f5321')