[arch-commits] Commit in osbuild/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Mon Dec 20 09:56:18 UTC 2021
Date: Monday, December 20, 2021 @ 09:56:18
Author: jelle
Revision: 1079747
Fix optdepends
Modified:
osbuild/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 09:55:49 UTC (rev 1079746)
+++ PKGBUILD 2021-12-20 09:56:18 UTC (rev 1079747)
@@ -3,14 +3,14 @@
pkgname=osbuild
pkgdesc='Build Pipelines for Operating System Artifacts'
pkgver=44
-pkgrel=1
+pkgrel=2
url="https://www.osbuild.org"
arch=(any)
license=(Apache)
depends=(bubblewrap curl e2fsprogs qemu python util-linux python-yaml)
makedepends=(make python-docutils python-setuptools)
-optdepends=('rpm: build rpm/dnf images')
-optdepends=('pacman: build pacman images')
+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=('8aeedc827865685d3c835f930d0cfa927580db2058b8a7b87c26a1241b165284')
More information about the arch-commits
mailing list