pmbootstrap: update to 3.0.0.
This commit is contained in:
parent
a3e451d29d
commit
543562ead2
|
@ -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 <jami.kettunen@protonmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue