[arch-commits] Commit in jad/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Sep 28 12:52:55 UTC 2018
Date: Friday, September 28, 2018 @ 12:52:55
Author: arodseth
Revision: 387203
upgpkg: jad 1.5.8e-8
Modified:
jad/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-28 12:45:03 UTC (rev 387202)
+++ PKGBUILD 2018-09-28 12:52:55 UTC (rev 387203)
@@ -1,9 +1,9 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
# Contributor: astaroth <astaroth_ at web.de>
pkgname=jad
pkgver=1.5.8e
-pkgrel=7
+pkgrel=8
pkgdesc='Java decompiler'
license=('custom')
arch=('x86_64')
@@ -10,12 +10,12 @@
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"
- 'license.html::https://varaneckas.com/jad')
+ 'l.html::https://varaneckas.com/jad')
sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
- '964b446c866049d3e8f0ad77ca9fe477a8dda26926aa41985ff89e7dadb7d655')
+ 'f6453f88f287d7f3ad48ab5ad8afcd0c3d53b01fdbc439401040b7a6305bbd5c')
prepare() {
- grep '<blockquote>' -A18 license.html | cut -d'>' -f2 | cut -d'<' -f1 > LICENSE
+ grep '<blockquote>' -A18 l.html | cut -d'>' -f2 | cut -d'<' -f1 > LICENSE
}
package() {
@@ -24,4 +24,4 @@
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-# vim:ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list