Date: Sunday, March 12, 2023 @ 15:04:44
  Author: jelle
Revision: 1419293

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-12 15:04:37 UTC (rev 1419292)
+++ PKGBUILD    2023-03-12 15:04:44 UTC (rev 1419293)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: astaroth <[email protected]>
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=10
-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";
-        'license.html::https://varaneckas.com/jad')
-b2sums=('1bb59583fee60a805b47ea7fa0cb14090912719ea827453447777873c7c17dadb39b17938207dd56ef6f2ccf0fbaed7bbf953b68b9bd66c3f8694cf771bd423e'
-        
'4195dc5a26a18d938490dcc1343dfbba934b0bb333eedd0df45b62c0e4c988a25e7d85d45e418c64fa5643dfa9a97f33a178a4d57fc37f1bf5f85db8a192790a')
-
-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"
-}

Copied: jad/repos/community-x86_64/PKGBUILD (from rev 1419292, 
jad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-12 15:04:44 UTC (rev 1419293)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: astaroth <[email protected]>
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=11
+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";
+        'license.html::https://varaneckas.com/jad')
+b2sums=('1bb59583fee60a805b47ea7fa0cb14090912719ea827453447777873c7c17dadb39b17938207dd56ef6f2ccf0fbaed7bbf953b68b9bd66c3f8694cf771bd423e'
+        
'4195dc5a26a18d938490dcc1343dfbba934b0bb333eedd0df45b62c0e4c988a25e7d85d45e418c64fa5643dfa9a97f33a178a4d57fc37f1bf5f85db8a192790a')
+
+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"
+}

Reply via email to