Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
osbuild
Commits:
4268a36e by Jelle van der Waa at 2026-02-20T20:20:13+01:00
upgpkg: 174-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = osbuild
pkgdesc = Build Pipelines for Operating System Artifacts
- pkgver = 173
+ pkgver = 174
pkgrel = 1
url = https://www.osbuild.org
arch = any
@@ -23,9 +23,9 @@ pkgbase = osbuild
depends = skopeo
optdepends = dnf5: build rpm/dnf images
optdepends = pacman: build pacman images
- source =
osbuild-173.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v173.tar.gz
+ source =
osbuild-174.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v174.tar.gz
source = solver.json
- sha256sums =
c1f15faf71ed3ab3fe34c04b45445f870455e9c2866eea153a807340b3c35068
+ sha256sums =
735df0b343875fcee809a00140a86988c1dc23fd84dffb420f620de802dc7e55
sha256sums =
2e2fd516faa92ab7b9b4c093b9a862a454c6def8bc4ea6d6b007d34bd17af7cb
pkgname = osbuild
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=osbuild
pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=173
+pkgver=174
pkgrel=1
url="https://www.osbuild.org"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=(make python-docutils python-build
python-installer python-setuptool
optdepends=('dnf5: build rpm/dnf images'
'pacman: build pacman images')
source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz
solver.json)
-sha256sums=('c1f15faf71ed3ab3fe34c04b45445f870455e9c2866eea153a807340b3c35068'
+sha256sums=('735df0b343875fcee809a00140a86988c1dc23fd84dffb420f620de802dc7e55'
'2e2fd516faa92ab7b9b4c093b9a862a454c6def8bc4ea6d6b007d34bd17af7cb')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/commit/4268a36ebd018d0227c6c14487b89dacde43a75a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/commit/4268a36ebd018d0227c6c14487b89dacde43a75a
You're receiving this email because of your account on gitlab.archlinux.org.