[arch-commits] Commit in reuse/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Sun Jun 19 19:05:39 UTC 2022


    Date: Sunday, June 19, 2022 @ 19:05:39
  Author: grawlinson
Revision: 1238622

upgpkg: reuse 1.0.0-2

Move setuptools from makedepends to depends due to usage of pkg_resources.

Modified:
  reuse/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-19 16:30:39 UTC (rev 1238621)
+++ PKGBUILD	2022-06-19 19:05:39 UTC (rev 1238622)
@@ -6,7 +6,7 @@
 pkgname=reuse
 _pkgname=reuse-tool
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Helper tool for providing and confirming copyright and licensing information'
 arch=('any')
 url='https://github.com/fsfe/reuse-tool'
@@ -19,10 +19,10 @@
   'python-boolean.py'
   'python-jinja'
   'python-binaryornot'
+  'python-setuptools' 
 )
 makedepends=(
   'git'
-  'python-setuptools' 
   'python-setuptools-scm'
 )
 checkdepends=('python-pytest')



More information about the arch-commits mailing list