George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
cfr


Commits:
374cae25 by George Rawlinson at 2026-01-13T17:35:43+00:00
reuse: simplify conf

- - - - -
48953bfb by George Rawlinson at 2026-01-13T17:54:43+00:00
upgpkg: 0.152-4

* Add depends: sh.
* Switch source from git commit to git tag.
* Switch checksums from SKIP to sha512+b2.

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,19 +1,24 @@
 pkgbase = cfr
        pkgdesc = Another Java decompiler
        pkgver = 0.152
-       pkgrel = 3
+       pkgrel = 4
        url = https://www.benf.org/other/cfr/
        arch = any
        license = MIT
        makedepends = git
        makedepends = maven
        makedepends = jdk8-openjdk
+       depends = sh
        depends = java-runtime
-       source = 
cfr::git+https://github.com/leibnitz27/cfr#commit=68477be3ff7171ee17ddd1a26064b9b253f1604f
+       source = cfr::git+https://github.com/leibnitz27/cfr#tag=0.152
        source = 
github.com-leibnitz27-cfr_tests::git+https://github.com/leibnitz27/cfr_tests
        source = wrapper.sh
        source = maven-repro.patch
-       b2sums = SKIP
+       sha512sums = 
254d0678e97de90b6d58576441ad6c01b63be454388d5cc3fbd72db5ab7818d89d7982e84dbcfc10389a53980e9c0ad350965612583090e773fc2c7ac0aa02bf
+       sha512sums = SKIP
+       sha512sums = 
31560195373f5275cfdafb1cb268c0b24e62420bd4667e69015e4a23a30a8dff78f0e0c22e1fe254b85ee25fe82f0eacbcfbc317ab4f99eaf62f7e77c489f59a
+       sha512sums = 
8ab907d134771a718ffa357345dac38c2a3735166fbba539d5c6cdb1b3f77aef1183d27af48ebc7b40627553e7d1695cc2b4bd0d3788a96a14b167709d5b6e13
+       b2sums = 
b9363078d1629cea9bd8594ad8c610312d696a17312f6720d21c5a55cac81736e77ddecdf4a4c52170fc9ba92c70e9b064960a295c54891ab8505a2e99991e11
        b2sums = SKIP
        b2sums = 
a64a64c44b790f87136bff0fda79ec077bfe156ff9b4cb4a47c77dede07dcb5334f5b6443e1228ebd8442b48c7a6f86dde99a299de7decb2aa7205de66e3b8ce
        b2sums = 
68c34fe8ea6a91ee58561b86cdb34020ef9a4ac3fda65f67c8a5eb3386546d5416a05f2a02f86c83eee4be9b63859297d563fe2908d8bec5fa1eacb616b2e573


=====================================
PKGBUILD
=====================================
@@ -4,31 +4,28 @@
 
 pkgname=cfr
 pkgver=0.152
-pkgrel=3
+pkgrel=4
 pkgdesc='Another Java decompiler'
-arch=('any')
+arch=(any)
 url='https://www.benf.org/other/cfr/'
-license=('MIT')
-depends=('java-runtime')
-makedepends=('git' 'maven' 'jdk8-openjdk')
-_commit='68477be3ff7171ee17ddd1a26064b9b253f1604f'
+license=(MIT)
+depends=(sh java-runtime)
+makedepends=(git maven jdk8-openjdk)
 source=(
-  "$pkgname::git+https://github.com/leibnitz27/cfr#commit=$_commit";
+  "$pkgname::git+https://github.com/leibnitz27/cfr#tag=$pkgver";
   
"github.com-leibnitz27-cfr_tests::git+https://github.com/leibnitz27/cfr_tests";
-  'wrapper.sh'
-  'maven-repro.patch'
+  wrapper.sh
+  maven-repro.patch
 )
-b2sums=('SKIP'
+sha512sums=('254d0678e97de90b6d58576441ad6c01b63be454388d5cc3fbd72db5ab7818d89d7982e84dbcfc10389a53980e9c0ad350965612583090e773fc2c7ac0aa02bf'
+            'SKIP'
+            
'31560195373f5275cfdafb1cb268c0b24e62420bd4667e69015e4a23a30a8dff78f0e0c22e1fe254b85ee25fe82f0eacbcfbc317ab4f99eaf62f7e77c489f59a'
+            
'8ab907d134771a718ffa357345dac38c2a3735166fbba539d5c6cdb1b3f77aef1183d27af48ebc7b40627553e7d1695cc2b4bd0d3788a96a14b167709d5b6e13')
+b2sums=('b9363078d1629cea9bd8594ad8c610312d696a17312f6720d21c5a55cac81736e77ddecdf4a4c52170fc9ba92c70e9b064960a295c54891ab8505a2e99991e11'
         'SKIP'
         
'a64a64c44b790f87136bff0fda79ec077bfe156ff9b4cb4a47c77dede07dcb5334f5b6443e1228ebd8442b48c7a6f86dde99a299de7decb2aa7205de66e3b8ce'
         
'68c34fe8ea6a91ee58561b86cdb34020ef9a4ac3fda65f67c8a5eb3386546d5416a05f2a02f86c83eee4be9b63859297d563fe2908d8bec5fa1eacb616b2e573')
 
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
 prepare() {
   cd "$pkgname"
 


=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
     "keys/**",
     ".SRCINFO",
     ".nvchecker.toml",
-    "*.install",
-    "*.sysusers",
-    "*.tmpfiles",
-    "*.logrotate",
-    "*.pam",
-    "*.service",
-    "*.socket",
-    "*.timer",
-    "*.desktop",
-    "*.hook",
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"
@@ -24,6 +14,7 @@ SPDX-License-Identifier = "0BSD"
 [[annotations]]
 path = [
     "maven-repro.patch",
+    "wrapper.sh",
 ]
 SPDX-FileCopyrightText = "cfr contributors"
 SPDX-License-Identifier = "MIT"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cfr/-/compare/f86cd53d884bbeac1476337faa938a0375633dfc...48953bfbbf83a09ccac9fb5aad4101039840758a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cfr/-/compare/f86cd53d884bbeac1476337faa938a0375633dfc...48953bfbbf83a09ccac9fb5aad4101039840758a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to