[arch-commits] Commit in vim-colorsamplerpack/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sun Sep 5 15:54:47 UTC 2010


    Date: Sunday, September 5, 2010 @ 11:54:46
  Author: ibiru
Revision: 89968

upgpkg: vim-colorsamplerpack 8.03-2
vim73 rebuild

Modified:
  vim-colorsamplerpack/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-05 15:53:25 UTC (rev 89967)
+++ PKGBUILD	2010-09-05 15:54:46 UTC (rev 89968)
@@ -4,7 +4,7 @@
 
 pkgname=vim-colorsamplerpack
 pkgver=8.03
-pkgrel=1
+pkgrel=2
 _scriptid=12179
 pkgdesc="Different colorschemes for vim"
 arch=('any')
@@ -14,24 +14,23 @@
 makedepends=('unzip')
 groups=('vim-plugins')
 source=(ColorSamplerPack.zip::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
-	'LICENSE')
+        'LICENSE')
 md5sums=('71d097ce83e4a0896843c8819f175aef'
-	'f4639ddafc68f49395c25fb4caf0d6f7')
+         'f4639ddafc68f49395c25fb4caf0d6f7')
 
 build() {
-	cd ${srcdir}/colors
-	# This already exist... we can't update it 8(
-	rm torte.vim
+    cd ${srcdir}/colors
+    # This already exist... we can't update it 8(
+    rm torte.vim
 }
 
 package() {
-	cd ${srcdir}
-	installpath="${pkgdir}/usr/share/vim/vim72"
-
-	install -d $installpath/colors/
-	install -m644 colors/* $installpath/colors || return 1
-	install -D -m644 plugin/color_sample_pack.vim \
-	   $installpath/plugin/themes.vim || return 1
-	install -D -m644 LICENSE \
-	   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
+    cd ${srcdir}
+    installpath="${pkgdir}/usr/share/vim/vim73"
+    install -d $installpath/colors/
+    install -m644 colors/* $installpath/colors
+    install -D -m644 plugin/color_sample_pack.vim \
+        $installpath/plugin/themes.vim
+    install -D -m644 LICENSE \
+        ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE || return 1
 }




More information about the arch-commits mailing list