Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
b4
Commits:
d39676a6 by Jelle van der Waa at 2024-04-04T10:07:57+02:00
upgpkg: 0.13.0-2: Rebuild with Python 3.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,15 @@
pkgbase = b4
pkgdesc = Helper utility to work with patches made available via a
public-inbox archive like lore.kernel.org.
pkgver = 0.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://git.kernel.org/pub/scm/utils/b4/b4.git/
arch = any
- license = GPL
+ license = GPL-2.0-or-later
makedepends = git
makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python-requests
depends = git-filter-repo
depends = patatt
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=b4
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='Helper utility to work with patches made available via a public-inbox
archive like lore.kernel.org.'
license=('GPL-2.0-or-later')
arch=('any')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/b4/-/commit/d39676a607b7de0b6ceb0b3d598f4f25fb57faa9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/b4/-/commit/d39676a607b7de0b6ceb0b3d598f4f25fb57faa9
You're receiving this email because of your account on gitlab.archlinux.org.