pmbootstrap: update to 1.9.0.
This commit is contained in:
parent
79a008950c
commit
7208389700
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'pmbootstrap'
|
||||
pkgname=pmbootstrap
|
||||
version=1.8.3
|
||||
version=1.9.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="pmb"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 coreutils procps-ng libressl"
|
||||
depends="python3-setuptools coreutils procps-ng libressl"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="PostmarketOS's chroot, build and flash tool"
|
||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://postmarketos.org"
|
||||
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
|
||||
checksum=2048994baae97f1131a864880d07b8758c512397ad9a3fbd956afb05c33619bf
|
||||
checksum=f5b6034e02e6d29b0a8cbcee80fe6beeabd33beaed1a589befcd31892768a3cf
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
|
|
Loading…
Reference in a new issue