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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:07:56
  Author: felixonmars
Revision: 659569

upgpkg: vim-molokai 1.1-7: reproducibility rebuild

Modified:
  vim-molokai/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:07:40 UTC (rev 659568)
+++ PKGBUILD2020-07-07 17:07:56 UTC (rev 659569)
@@ -3,7 +3,7 @@
 
 pkgname=vim-molokai
 pkgver=1.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Port of the monokai colorscheme for TextMate'
 arch=('any')
 url='https://www.vim.org/scripts/script.php?script_id=2340'


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 14:03:42
  Author: arodseth
Revision: 162716

upgpkg: vim-molokai 1.1-4

Modified:
  vim-molokai/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 12:58:35 UTC (rev 162715)
+++ PKGBUILD2016-02-20 13:03:42 UTC (rev 162716)
@@ -10,12 +10,15 @@
 url='http://www.vim.org/scripts/script.php?script_id=2340'
 license=('custom')
 depends=('vim')
-source=('http://www.vim.org/scripts/download_script.php?src_id=9750')
-md5sums=('fea8138fa815caa399f8b4fcf56bfe0e')
+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 'download_script.php?src_id=9750' \
+  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


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

2016-02-23 Thread Alexander Rødseth
Date: Tuesday, February 23, 2016 @ 22:28:06
  Author: arodseth
Revision: 163239

upgpkg: vim-molokai 1.1-5

Modified:
  vim-molokai/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-23 21:28:02 UTC (rev 163238)
+++ PKGBUILD2016-02-23 21:28:06 UTC (rev 163239)
@@ -1,15 +1,16 @@
 # $Id$
 # Maintainer: Alexander F Rødseth 
-# Contributor: Michael Pusterhofer 
+# Contributor: Michael Pusterhofer 
 
 pkgname=vim-molokai
 pkgver=1.1
-pkgrel=4
+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'


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

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:54:17
  Author: felixonmars
Revision: 405123

PIE/BUILDINFO rebuild

Modified:
  vim-molokai/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:54:16 UTC (rev 405122)
+++ PKGBUILD2018-11-09 22:54:17 UTC (rev 405123)
@@ -3,7 +3,7 @@
 
 pkgname=vim-molokai
 pkgver=1.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Port of the monokai colorscheme for TextMate'
 arch=('any')
 url='http://www.vim.org/scripts/script.php?script_id=2340'