George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
reuse
Commits:
23f8d451 by George Rawlinson at 2024-07-24T17:25:34+12:00
upgpkg: 4.0.3-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = reuse
pkgdesc = Helper tool for providing and confirming copyright and
licensing information
- pkgver = 4.0.2
+ pkgver = 4.0.3
pkgrel = 1
url = https://reuse.software/
arch = any
@@ -25,8 +25,8 @@ pkgbase = reuse
depends = python-tomlkit
optdepends = git: git repository support
optdepends = mercurial: mercurial repository support
- source = reuse::git+https://github.com/fsfe/reuse-tool#tag=v4.0.2
- sha512sums =
efd429810a159192e50cffc58f5fe8bc0ddb5f3254f62c22e2eb5df4ba504681673d59fbd471ca0ffe1a7b847ed07fbbf58462dee0c72882f9a7daadc309859f
- b2sums =
199c8139894449064776993e31dd1f862bd55938ef3d686a5e135d4fd79068cc90298ef8153cc15a9d40e9c0f98dd35f805d64f9cb795e7e4cbd1d56df7e9c18
+ source = reuse::git+https://github.com/fsfe/reuse-tool#tag=v4.0.3
+ sha512sums =
e0923fdba1da62fe263a402e2cebc36fd99a46d326dfa7a63284668a1ebb229eb4f76d1df689551a34dccb90a7bfa73530502a3a03e82875725a0526aa8b4c18
+ b2sums =
d6279d3df2571754450eefdcf17a144ab28c38ae1af352c19d733aecbb1ad525f61e88c33cde4d2363d13597ba6231d36dc4a59813c9b96d3b79e13dd913316f
pkgname = reuse
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: CC0-1.0
pkgname=reuse
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc='Helper tool for providing and confirming copyright and licensing
information'
arch=('any')
@@ -38,8 +38,8 @@ optdepends=(
'mercurial: mercurial repository support'
)
source=("$pkgname::git+https://github.com/fsfe/reuse-tool#tag=v$pkgver")
-sha512sums=('efd429810a159192e50cffc58f5fe8bc0ddb5f3254f62c22e2eb5df4ba504681673d59fbd471ca0ffe1a7b847ed07fbbf58462dee0c72882f9a7daadc309859f')
-b2sums=('199c8139894449064776993e31dd1f862bd55938ef3d686a5e135d4fd79068cc90298ef8153cc15a9d40e9c0f98dd35f805d64f9cb795e7e4cbd1d56df7e9c18')
+sha512sums=('e0923fdba1da62fe263a402e2cebc36fd99a46d326dfa7a63284668a1ebb229eb4f76d1df689551a34dccb90a7bfa73530502a3a03e82875725a0526aa8b4c18')
+b2sums=('d6279d3df2571754450eefdcf17a144ab28c38ae1af352c19d733aecbb1ad525f61e88c33cde4d2363d13597ba6231d36dc4a59813c9b96d3b79e13dd913316f')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/commit/23f8d4513105a878a078fef3a60dddaccbf94992
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/commit/23f8d4513105a878a078fef3a60dddaccbf94992
You're receiving this email because of your account on gitlab.archlinux.org.