Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
osbuild
Commits:
11a8744a by Jelle van der Waa at 2024-02-29T20:37:35+01:00
upgpkg: 111-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = osbuild
pkgdesc = Build Pipelines for Operating System Artifacts
- pkgver = 109
+ pkgver = 111
pkgrel = 1
url = https://www.osbuild.org
arch = any
@@ -20,7 +20,7 @@ pkgbase = osbuild
depends = skopeo
optdepends = dnf: build rpm/dnf images
optdepends = pacman: build pacman images
- source =
osbuild-109.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v109.tar.gz
- sha256sums =
eb0c2202611a738e995e5d5572cf18a644309b90dc9c1d469dfbf2ea7b22844e
+ source =
osbuild-111.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v111.tar.gz
+ sha256sums =
bbe68fe5cc3482995fd810d22e35374666476721aa2b57fae4752264c92ced50
pkgname = osbuild
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=osbuild
pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=109
+pkgver=111
pkgrel=1
url="https://www.osbuild.org"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=(make python-docutils python-setuptools)
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=('eb0c2202611a738e995e5d5572cf18a644309b90dc9c1d469dfbf2ea7b22844e')
+sha256sums=('bbe68fe5cc3482995fd810d22e35374666476721aa2b57fae4752264c92ced50')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/commit/11a8744af91e436b93fc9ec8d1a01891dcf8a46c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/commit/11a8744af91e436b93fc9ec8d1a01891dcf8a46c
You're receiving this email because of your account on gitlab.archlinux.org.