summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Finelli2018-03-25 20:06:29 -0400
committerMario Finelli2018-03-25 20:06:29 -0400
commit806e46b0957e8eb9e2719f23085b968f08593747 (patch)
tree774b94a59f590b686b419c95cf1c6408ab06d3ba
parent1371c89569251e559ec792341a5b71242986ec2c (diff)
downloadaur-806e46b0957e8eb9e2719f23085b968f08593747.tar.gz
Update for split from main puppet respository
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03cfc3685c93..a6bda11d3304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
-# Generated by mksrcinfo v8
-# Tue Feb 21 00:00:18 UTC 2017
pkgbase = vim-puppet
pkgdesc = Puppet language syntax highlighting for vim.
- pkgver = 4.9.2
+ pkgver = 20180325
pkgrel = 1
- epoch = 1
- url = https://github.com/puppetlabs/puppet/tree/master/ext/vim/
+ epoch = 2
+ url = https://github.com/puppetlabs/puppet-syntax-vim
arch = any
license = Apache
depends = vim
- conflicts = puppet
- source = https://github.com/puppetlabs/puppet/archive/4.9.2.tar.gz
- sha256sums = ba23154d7f04242f7c7487b36b583822ce3210cd21b5e933f3c9788c3a499427
+ source = https://github.com/puppetlabs/puppet-syntax-vim/archive/f36cf6936bf8667d6b86f84e1b81673e80e1f704.zip
+ sha256sums = 16d2a326a70f91c2b6008fb0f0f87708eb5be6eca87167f51a4232610f457513
pkgname = vim-puppet
diff --git a/PKGBUILD b/PKGBUILD
index 7eb993b70b6c..ec2b27f359e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Maintainer: Mario Finelli <mario dot finelli at yahoo dot com>
+# Maintainer: Mario Finelli <mario at finel dot li>
+_commit=f36cf6936bf8667d6b86f84e1b81673e80e1f704
pkgname=vim-puppet
-pkgver=4.9.2
+pkgver=20180325
pkgrel=1
-epoch=1
+epoch=2
pkgdesc="Puppet language syntax highlighting for vim."
arch=('any')
-url="https://github.com/puppetlabs/puppet/tree/master/ext/vim/"
+url="https://github.com/puppetlabs/puppet-syntax-vim"
license=('Apache')
depends=('vim')
-conflicts=('puppet')
-source=("https://github.com/puppetlabs/puppet/archive/${pkgver}.tar.gz")
-sha256sums=('ba23154d7f04242f7c7487b36b583822ce3210cd21b5e933f3c9788c3a499427')
+source=("https://github.com/puppetlabs/puppet-syntax-vim/archive/$_commit.zip")
+sha256sums=('16d2a326a70f91c2b6008fb0f0f87708eb5be6eca87167f51a4232610f457513')
package() {
- cd "${srcdir}/puppet-${pkgver}/ext/vim"
+ cd "puppet-syntax-vim-$_commit"
_vimdir="${pkgdir}/usr/share/vim/vimfiles"
install -dm755 "$_vimdir"/{ftdetect,ftplugin,indent,syntax}