Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
osbuild
Commits:
7fb158f9 by Jelle van der Waa at 2024-09-02T18:45:10+02:00
upgpkg: 127-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = osbuild
pkgdesc = Build Pipelines for Operating System Artifacts
- pkgver = 126
+ pkgver = 127
pkgrel = 1
url = https://www.osbuild.org
arch = any
@@ -23,7 +23,7 @@ pkgbase = osbuild
depends = skopeo
optdepends = dnf: build rpm/dnf images
optdepends = pacman: build pacman images
- source =
osbuild-126.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v126.tar.gz
- sha256sums =
8c80aafeb3b902c771e4aa130345e0f8141f8c36fcda52466ce0515288584e24
+ source =
osbuild-127.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v127.tar.gz
+ sha256sums =
dcf8d61c139bbc3e582fd44b34027772675abd6e19c20106d44b1f665e27e3d9
pkgname = osbuild
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=osbuild
pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=126
+pkgver=127
pkgrel=1
url="https://www.osbuild.org"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=(make python-docutils python-build
python-installer python-setuptool
optdepends=('dnf: 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)
-sha256sums=('8c80aafeb3b902c771e4aa130345e0f8141f8c36fcda52466ce0515288584e24')
+sha256sums=('dcf8d61c139bbc3e582fd44b34027772675abd6e19c20106d44b1f665e27e3d9')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/commit/7fb158f9a5d0617823cd012caf1ef8cb36182fc1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/commit/7fb158f9a5d0617823cd012caf1ef8cb36182fc1
You're receiving this email because of your account on gitlab.archlinux.org.