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

Alexander Rødseth arodseth at archlinux.org
Sun Jul 4 17:10:36 UTC 2021


    Date: Sunday, July 4, 2021 @ 17:10:36
  Author: arodseth
Revision: 972158

upgpkg: jad 1.5.8e-9

Modified:
  jad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-04 16:35:07 UTC (rev 972157)
+++ PKGBUILD	2021-07-04 17:10:36 UTC (rev 972158)
@@ -3,19 +3,19 @@
 
 pkgname=jad
 pkgver=1.5.8e
-pkgrel=8
+pkgrel=9
 pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64')
+license=(custom)
+arch=(x86_64)
 url='https://varaneckas.com/jad'
 optdepends=('vim-jad: open class files directly in vim and see the decompiled source code')
 source=("https://varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip"
-        'l.html::https://varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-            'f6453f88f287d7f3ad48ab5ad8afcd0c3d53b01fdbc439401040b7a6305bbd5c')
+        'license.html::https://varaneckas.com/jad')
+b2sums=('1bb59583fee60a805b47ea7fa0cb14090912719ea827453447777873c7c17dadb39b17938207dd56ef6f2ccf0fbaed7bbf953b68b9bd66c3f8694cf771bd423e'
+        '4195dc5a26a18d938490dcc1343dfbba934b0bb333eedd0df45b62c0e4c988a25e7d85d45e418c64fa5643dfa9a97f33a178a4d57fc37f1bf5f85db8a192790a')
 
 prepare() {
-  grep '<blockquote>' -A18 l.html | cut -d'>' -f2 | cut -d'<' -f1 > LICENSE
+  grep '<blockquote>' -A18 license.html | cut -d'>' -f2 | cut -d'<' -f1 > LICENSE
 }
 
 package() {
@@ -23,5 +23,3 @@
   install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list