diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-02 12:13:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-02 12:13:13 -0500 |
commit | 9e7370b6a806e7556750064402a1da440770cb81 (patch) | |
tree | 1109b6587f5ddd9f6872b7740d1d8f6bf20f2c87 /pcr/vim-ifdef | |
parent | b153b696d9d1f1eb92623ab1c5ad61f51f512203 (diff) | |
download | abslibre-9e7370b6a806e7556750064402a1da440770cb81.tar.gz abslibre-9e7370b6a806e7556750064402a1da440770cb81.tar.bz2 abslibre-9e7370b6a806e7556750064402a1da440770cb81.zip |
vim-ifdef-3.2-1.1: rebuild
Diffstat (limited to 'pcr/vim-ifdef')
-rw-r--r-- | pcr/vim-ifdef/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/vim-ifdef/PKGBUILD b/pcr/vim-ifdef/PKGBUILD index 38b3f7853..e26b050fb 100644 --- a/pcr/vim-ifdef/PKGBUILD +++ b/pcr/vim-ifdef/PKGBUILD @@ -5,7 +5,7 @@ pkgname=vim-ifdef pkgver=3.2 _scriptid=16097 -pkgrel=1 +pkgrel=1.1 pkgdesc="C Preprocessor Highlighting" arch=(any) url="http://www.vim.org/scripts/script.php?script_id=7" @@ -13,8 +13,9 @@ license=('custom') depends=(vim) install=vimdoc.install source=(ifdef.vim::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}) +md5sums=('00765bf25c8633df2c88b8dc4195b546') -build() { +package() { cd "$srcdir" install -Dm644 ifdef.vim "$pkgdir"/usr/share/vim/syntax/ifdef.vim sed -n '/^" Copyright/,/^\s*$/ p' ifdef.vim | |