[arch-commits] Commit in vim-molokai/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Tue Feb 23 21:28:25 UTC 2016


    Date: Tuesday, February 23, 2016 @ 22:28:25
  Author: arodseth
Revision: 163241

archrelease: copy trunk to community-any

Added:
  vim-molokai/repos/community-any/PKGBUILD
    (from rev 163240, vim-molokai/trunk/PKGBUILD)
Deleted:
  vim-molokai/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++++++-------------------------
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-23 21:28:11 UTC (rev 163240)
+++ PKGBUILD	2016-02-23 21:28:25 UTC (rev 163241)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Michael Pusterhofer <pusterhofer at student dot tugraz dot at>
-
-pkgname=vim-molokai
-pkgver=1.1
-pkgrel=4
-pkgdesc='Port of the monokai colorscheme for TextMate'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=2340'
-license=('custom')
-depends=('vim')
-source=("$pkgname.vim::http://www.vim.org/scripts/download_script.php?src_id=9750"
-        'https://raw.githubusercontent.com/tomasr/molokai/master/LICENSE.md')
-md5sums=('fea8138fa815caa399f8b4fcf56bfe0e'
-         '338d7dd470454d1998138ca71340ce16')
-
-package() {
-  install -Dm644 "$pkgname.vim" \
-		"$pkgdir/usr/share/vim/vimfiles/colors/molokai.vim"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# getver: -u 2
-# vim:set ts=2 sw=2 et:

Copied: vim-molokai/repos/community-any/PKGBUILD (from rev 163240, vim-molokai/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-02-23 21:28:25 UTC (rev 163241)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Michael Pusterhofer <pusterhofer at student.tugraz.at>
+
+pkgname=vim-molokai
+pkgver=1.1
+pkgrel=5
+pkgdesc='Port of the monokai colorscheme for TextMate'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=2340'
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname.vim::http://www.vim.org/scripts/download_script.php?src_id=9750"
+        'https://raw.githubusercontent.com/tomasr/molokai/master/LICENSE.md')
+md5sums=('fea8138fa815caa399f8b4fcf56bfe0e'
+         '338d7dd470454d1998138ca71340ce16')
+
+package() {
+  install -Dm644 "$pkgname.vim" \
+		"$pkgdir/usr/share/vim/vimfiles/colors/molokai.vim"
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# getver: -u 2
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list