[arch-commits] Commit in osbuild/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Wed Dec 1 14:02:03 UTC 2021
Date: Wednesday, December 1, 2021 @ 14:02:03
Author: jelle
Revision: 1059286
Update to latest release
Modified:
osbuild/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 13:53:21 UTC (rev 1059285)
+++ PKGBUILD 2021-12-01 14:02:03 UTC (rev 1059286)
@@ -2,15 +2,16 @@
pkgname=osbuild
pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=42
+pkgver=43
pkgrel=1
url="https://www.osbuild.org"
arch=(any)
license=(Apache)
-depends=(python)
+depends=(bubblewrap curl e2fsprogs qemu python util-linux)
makedepends=(make python-docutils python-setuptools)
+optdepends=('rpm: build rpm/dnf images')
source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('SKIP')
+sha256sums=('7bf85d8042a41bcb7c53f4c04cf879bc9b55fca8664a4757aeec0c5cc53c729b')
build() {
cd $pkgname-$pkgver
@@ -22,9 +23,9 @@
make man
python setup.py install --skip-build --root="$pkgdir"
- install -v -m 0755 -d "$pkgdir/usr/lib/osbuild"
+ install -m 0755 -d "$pkgdir/usr/lib/osbuild"
- for group in assemblers runners schemas sources stages ; do
+ for group in assemblers devices inputs runners schemas sources stages ; do
cp -vdr --no-preserve=ownership "$group" "$pkgdir/usr/lib/osbuild/"
done
}
More information about the arch-commits
mailing list