[arch-commits] Commit in osbuild/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Thu Mar 24 10:13:02 UTC 2022
Date: Thursday, March 24, 2022 @ 10:13:01
Author: jelle
Revision: 1173906
upgpkg: osbuild 53-1
Modified:
osbuild/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-24 09:59:22 UTC (rev 1173905)
+++ PKGBUILD 2022-03-24 10:13:01 UTC (rev 1173906)
@@ -3,8 +3,8 @@
pkgname=osbuild
pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=52
-pkgrel=4
+pkgver=53
+pkgrel=1
url="https://www.osbuild.org"
arch=(any)
license=(Apache)
@@ -12,14 +12,11 @@
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
- ./no-selinux-distro-fix.patch)
-sha256sums=('f0cfc3ddf22833b334773dd8b1275b2e2ec3ff192797a362a8c030676ba4abb8'
- 'f2b4cf3910673beb8d229ed436cdd6d5f9b35c8ceea28c6dbc4f022c96db0a26')
+source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)
+sha256sums=('a7d4faa09feeab993b97bf37b80c665b01c472f7d3c965c9256e385ff04b3053')
prepare() {
cd $pkgname-$pkgver
- patch -Np1 -i ${srcdir}/no-selinux-distro-fix.patch
}
build() {
More information about the arch-commits
mailing list