[arch-commits] Commit in jad/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Sep 28 12:53:05 UTC 2018


    Date: Friday, September 28, 2018 @ 12:53:04
  Author: arodseth
Revision: 387204

archrelease: copy trunk to community-x86_64

Added:
  jad/repos/community-x86_64/PKGBUILD
    (from rev 387203, jad/trunk/PKGBUILD)
Deleted:
  jad/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++----------------------------
 1 file changed, 27 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-28 12:52:55 UTC (rev 387203)
+++ PKGBUILD	2018-09-28 12:53:04 UTC (rev 387204)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: astaroth <astaroth_ at web.de>
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=7
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-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')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-            '964b446c866049d3e8f0ad77ca9fe477a8dda26926aa41985ff89e7dadb7d655')
-
-prepare() {
-  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"
-}
-
-# vim:ts=2 sw=2 et:

Copied: jad/repos/community-x86_64/PKGBUILD (from rev 387203, jad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-28 12:53:04 UTC (rev 387204)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: astaroth <astaroth_ at web.de>
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=8
+pkgdesc='Java decompiler'
+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')
+
+prepare() {
+  grep '<blockquote>' -A18 l.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"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list