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

Alexander Rødseth arodseth at archlinux.org
Mon Feb 11 19:52:38 UTC 2019


    Date: Monday, February 11, 2019 @ 19:52:36
  Author: arodseth
Revision: 431763

upgpkg: vim-jad 1.3_1329-3

Modified:
  vim-jad/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-11 19:42:27 UTC (rev 431762)
+++ PKGBUILD	2019-02-11 19:52:36 UTC (rev 431763)
@@ -1,25 +1,25 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Laszlo Papp <djszapi @ gmail at com>
 # Contributor: Dmitry ixaphire_at-gmail-dot+com
 
 pkgname=vim-jad
 pkgver=1.3_1329
-pkgrel=2
+pkgrel=3
 pkgdesc='Automatically decompile Java class files and display Java code'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=446'
+arch=(any)
+url='https://www.vim.org/scripts/script.php?script_id=446'
 license=('custom')
-depends=('vim' 'jad')
-groups=('vim-plugins')
-install="$pkgname.install"
+depends=(vim jad)
+groups=(vim-plugins)
+install=$pkgname.install
 source=("$pkgname::http://www.vim.org/scripts/download_script.php?src_id=${pkgver#*_}"
-        'LICENSE')
+        LICENSE)
 sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
             '4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
 
 package() {
-  install -Dm644 "$pkgname" "$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
+  install -Dm644 $pkgname "$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list