pmbootstrap: update to 3.0.0.
This commit is contained in:
parent
a3e451d29d
commit
543562ead2
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'pmbootstrap'
|
# Template file for 'pmbootstrap'
|
||||||
pkgname=pmbootstrap
|
pkgname=pmbootstrap
|
||||||
version=2.3.1
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-wheel"
|
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"
|
short_desc="Package build and device flashing tool for postmarketOS"
|
||||||
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://postmarketos.org"
|
homepage="https://postmarketos.org"
|
||||||
changelog="https://gitlab.com/postmarketOS/pmbootstrap/-/tags"
|
changelog="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/tags"
|
||||||
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
|
distfiles="https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
|
||||||
checksum=aba09c0a27918dac4b07641339ccf86e6ec0d14d4602056dac44ec49af12c894
|
checksum=80bb9b105e9ddae07be8ac7b56299a50541ac4671e592544761fdbbbee5e09f4
|
||||||
make_check=no # tests require chroot
|
|
||||||
|
|
Loading…
Reference in New Issue