George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
reuse
Commits:
637e0d0c by George Rawlinson at 2023-08-01T20:03:49+12:00
upgpkg: 2.1.0-1
* New upstream release.
* Remove dependency: python-setuptools.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# SPDX-License-Identifier: CC0-1.0
pkgname=reuse
-pkgver=1.1.2
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc='Helper tool for providing and confirming copyright and licensing
information'
arch=('any')
url='https://reuse.software/'
@@ -17,7 +17,6 @@ depends=(
'python-boolean.py'
'python-jinja'
'python-binaryornot'
- 'python-setuptools'
)
makedepends=(
'git'
@@ -31,7 +30,7 @@ optdepends=(
'git: git repository support'
'mercurial: mercurial repository support'
)
-_commit='86f057b616d7f8c0a9d524c1c1a25e8ee3883101'
+_commit='a86a96a68daeb2c5c240e70758e76251505f86dc'
source=("$pkgname::git+https://github.com/fsfe/reuse-tool#commit=$_commit")
b2sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/commit/637e0d0ce18a19efefd65b49e191f9577be2c28f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/reuse/-/commit/637e0d0ce18a19efefd65b49e191f9577be2c28f
You're receiving this email because of your account on gitlab.archlinux.org.