David Runge pushed to branch main at Arch Linux / Packaging / Packages / reuse


Commits:
aa2bdefa by David Runge at 2024-04-05T09:06:42+02:00
Switch to correct SPDX license identifiers

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
cd806611 by David Runge at 2024-04-05T09:15:14+02:00
Switch to locked tag commits

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
00008c2f by David Runge at 2024-04-05T09:16:08+02:00
upgpkg: 3.0.1-2: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
 pkgbase = reuse
        pkgdesc = Helper tool for providing and confirming copyright and 
licensing information
        pkgver = 3.0.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://reuse.software/
        arch = any
-       license = GPL3
-       license = Apache
-       license = custom:CC0-1.0
+       license = Apache-2.0
+       license = CC-BY-SA-4.0
+       license = CC0-1.0
+       license = GPL-3.0-or-later
        checkdepends = python-pytest
        makedepends = git
        makedepends = python-build
@@ -21,7 +22,7 @@ pkgbase = reuse
        depends = python-binaryornot
        optdepends = git: git repository support
        optdepends = mercurial: mercurial repository support
-       source = 
reuse::git+https://github.com/fsfe/reuse-tool#commit=b450f17b130ca64bffc66f1f905549e433cb5126
-       b2sums = SKIP
+       source = reuse::git+https://github.com/fsfe/reuse-tool#tag=v3.0.1
+       b2sums = 
d96f29fcf21033c07ad5bdb2edcb5ad35de9093a38eb7cd2ef4aefe934eb16617b8f8d5dd8a1e1e560147b3c0811161d22fa6f002635e6019dc0764552c43786
 
 pkgname = reuse


=====================================
PKGBUILD
=====================================
@@ -5,11 +5,16 @@
 
 pkgname=reuse
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Helper tool for providing and confirming copyright and licensing 
information'
 arch=('any')
 url='https://reuse.software/'
-license=('GPL3' 'Apache' 'custom:CC0-1.0')
+license=(
+  'Apache-2.0'
+  'CC-BY-SA-4.0'
+  'CC0-1.0'
+  'GPL-3.0-or-later'
+)
 depends=(
   'python'
   'python-debian'
@@ -30,9 +35,8 @@ optdepends=(
   'git: git repository support'
   'mercurial: mercurial repository support'
 )
-_commit='b450f17b130ca64bffc66f1f905549e433cb5126'
-source=("$pkgname::git+https://github.com/fsfe/reuse-tool#commit=$_commit";)
-b2sums=('SKIP')
+source=("$pkgname::git+https://github.com/fsfe/reuse-tool#tag=v$pkgver";)
+b2sums=('d96f29fcf21033c07ad5bdb2edcb5ad35de9093a38eb7cd2ef4aefe934eb16617b8f8d5dd8a1e1e560147b3c0811161d22fa6f002635e6019dc0764552c43786')
 
 pkgver() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/compare/88043ff12b58ebcbd2f9170d4c1814039d19dd57...00008c2f86642b825777ae03092e5527c8c473fe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/compare/88043ff12b58ebcbd2f9170d4c1814039d19dd57...00008c2f86642b825777ae03092e5527c8c473fe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to