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

Alexander Rødseth arodseth at archlinux.org
Sat Feb 20 13:03:42 UTC 2016


    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
===================================================================
--- PKGBUILD	2016-02-20 12:58:35 UTC (rev 162715)
+++ PKGBUILD	2016-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



More information about the arch-commits mailing list