Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
java-commons-lang
Commits:
4123ffc0 by Antonio Rojas at 2025-11-22T12:06:11+01:00
upgpkg: 3.20.0-1: Upstream update
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = java-commons-lang
pkgdesc = A host of helper utilities for the java.lang API
- pkgver = 3.17.0
+ pkgver = 3.20.0
pkgrel = 1
url = https://commons.apache.org/proper/commons-lang/
arch = any
@@ -8,11 +8,11 @@ pkgbase = java-commons-lang
makedepends = java-environment
makedepends = maven
depends = java-runtime-headless
- source =
https://archive.apache.org/dist/commons/lang/source/commons-lang3-3.17.0-src.tar.gz
- source =
https://archive.apache.org/dist/commons/lang/source/commons-lang3-3.17.0-src.tar.gz.asc
+ source =
https://archive.apache.org/dist/commons/lang/source/commons-lang3-3.20.0-src.tar.gz
+ source =
https://archive.apache.org/dist/commons/lang/source/commons-lang3-3.20.0-src.tar.gz.asc
validpgpkeys = B6E73D84EA4FCC47166087253FAAD2CD5ECBB314
validpgpkeys = 2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB
- sha512sums =
e633b0caeb9556c68384c2bf20e374fbac910b9979b25774c632e50c1bec41e97c14362978dc092c8b5859291e54fe51e76ad7a61c9b2efbe1e4538f46c1e3ee
+ sha512sums =
aebc40e4cccdaa56d6b9831e4928fde872c4accdc1e62cfe4dce937a285002eba6b01636051e52fd458116480b50ec824356c2b1534750d6ad477cbcff3d59bb
sha512sums = SKIP
pkgname = java-commons-lang
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Jonas Witschel <[email protected]>
pkgname=java-commons-lang
-pkgver=3.17.0
+pkgver=3.20.0
pkgrel=1
pkgdesc='A host of helper utilities for the java.lang API'
arch=('any')
@@ -11,7 +11,7 @@ license=('APACHE')
depends=('java-runtime-headless')
makedepends=('java-environment' 'maven')
source=("https://archive.apache.org/dist/commons/lang/source/commons-lang3-$pkgver-src.tar.gz"{,.asc})
-sha512sums=('e633b0caeb9556c68384c2bf20e374fbac910b9979b25774c632e50c1bec41e97c14362978dc092c8b5859291e54fe51e76ad7a61c9b2efbe1e4538f46c1e3ee'
+sha512sums=('aebc40e4cccdaa56d6b9831e4928fde872c4accdc1e62cfe4dce937a285002eba6b01636051e52fd458116480b50ec824356c2b1534750d6ad477cbcff3d59bb'
'SKIP')
validpgpkeys=('B6E73D84EA4FCC47166087253FAAD2CD5ECBB314' # Rob Tompkins
<[email protected]>
'2DB4F1EF0FA761ECC4EA935C86FDC7E2A11262CB') # Gary David Gregory
(Code signing key) <[email protected]>
=====================================
REUSE.toml
=====================================
@@ -17,13 +17,7 @@ path = [
"*.timer",
"*.desktop",
"*.hook",
+ "skip-broken-locales.patch",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
-
-[[annotations]]
-path = [
- "skip-broken-locales.patch",
-]
-SPDX-FileCopyrightText = "java-commons-lang contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/java-commons-lang/-/commit/4123ffc021461d3043f5bdd55f91c413caea4adf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/java-commons-lang/-/commit/4123ffc021461d3043f5bdd55f91c413caea4adf
You're receiving this email because of your account on gitlab.archlinux.org.