From 543562ead23dd1828e91f0667d0301116687611e Mon Sep 17 00:00:00 2001 From: Jason Blackwell Date: Sat, 9 Nov 2024 20:52:36 -0600 Subject: [PATCH] pmbootstrap: update to 3.0.0. --- srcpkgs/pmbootstrap/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template index 3e572e9fa27..760b8af126d 100644 --- a/srcpkgs/pmbootstrap/template +++ b/srcpkgs/pmbootstrap/template @@ -1,15 +1,15 @@ # Template file for 'pmbootstrap' pkgname=pmbootstrap -version=2.3.1 +version=3.0.0 revision=1 build_style=python3-pep517 hostmakedepends="python3-wheel" -depends="git openssl python3" +depends="git openssl python3 kpartx util-linux" +checkdepends="python3-pytest ${depends}" short_desc="Package build and device flashing tool for postmarketOS" maintainer="Jami Kettunen " license="GPL-3.0-or-later" homepage="https://postmarketos.org" -changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags" -distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz" -checksum=aba09c0a27918dac4b07641339ccf86e6ec0d14d4602056dac44ec49af12c894 -make_check=no # tests require chroot +changelog="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/tags" +distfiles="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz" +checksum=80bb9b105e9ddae07be8ac7b56299a50541ac4671e592544761fdbbbee5e09f4