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

Jelle van der Waa jelle at gemini.archlinux.org
Thu Apr 28 06:30:55 UTC 2022


    Date: Thursday, April 28, 2022 @ 06:30:54
  Author: jelle
Revision: 1191463

upgpkg: osbuild 55-1

Modified:
  osbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 06:19:49 UTC (rev 1191462)
+++ PKGBUILD	2022-04-28 06:30:54 UTC (rev 1191463)
@@ -3,17 +3,17 @@
 
 pkgname=osbuild
 pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=54
-pkgrel=2
+pkgver=55
+pkgrel=1
 url="https://www.osbuild.org"
 arch=(any)
 license=(Apache)
-depends=(bubblewrap curl e2fsprogs qemu-img python util-linux python-yaml python-jsonschema)
+depends=(bubblewrap curl e2fsprogs qemu python util-linux python-yaml python-jsonschema)
 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=('60397199ffda7b66deb960abf3f2ae98fb9c994a3b95dd520252ac87283723ee')
+sha256sums=('2e699ed64df28374630a0b80252db243927050b07fd9458037d0468475410905')
 
 prepare() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list