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

Alexander Rødseth arodseth at archlinux.org
Mon Sep 25 20:10:54 UTC 2017


    Date: Monday, September 25, 2017 @ 20:10:52
  Author: arodseth
Revision: 260584

upgpkg: jad 1.5.8e-7

Modified:
  jad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-25 19:48:50 UTC (rev 260583)
+++ PKGBUILD	2017-09-25 20:10:52 UTC (rev 260584)
@@ -1,28 +1,28 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: astaroth <astaroth_ at web.de>
 
 pkgname=jad
 pkgver=1.5.8e
-pkgrel=6
+pkgrel=7
 pkgdesc='Java decompiler'
 license=('custom')
 arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
+url='https://varaneckas.com/jad'
 optdepends=('vim-jad: open class files directly in vim and see the decompiled source code')
-source=("http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip"
-        'jad.html::http://www.varaneckas.com/jad')
+source=("https://varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip"
+        'license.html::https://varaneckas.com/jad')
 sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-            '9ebc6c135fb169de6f79cc8993c914648b915cf071f54c4a31dc666b69649e5b')
+            '964b446c866049d3e8f0ad77ca9fe477a8dda26926aa41985ff89e7dadb7d655')
 
 prepare() {
-  grep '<blockquote>' -A18 jad.html | cut -d">" -f2 | cut -d"<" -f1 > LICENSE
+  grep '<blockquote>' -A18 license.html | cut -d'>' -f2 | cut -d'<' -f1 > LICENSE
 }
 
 package() {
   install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:ts=2 sw=2 et:



More information about the arch-commits mailing list