pmbootstrap: update to 1.14.0.
This commit is contained in:
parent
6e6fd7ee79
commit
0995dc023b
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'pmbootstrap'
|
||||
pkgname=pmbootstrap
|
||||
version=1.13.0
|
||||
version=1.14.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools coreutils procps-ng libressl"
|
||||
depends="python3-setuptools coreutils procps-ng libressl git"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="PostmarketOS's chroot, build and flash tool"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://postmarketos.org"
|
||||
distfiles="https://gitlab.com/postmarketOS/pmbootstrap/-/archive/${version}/pmbootstrap-${version}.tar.gz"
|
||||
checksum=725ebc47bd9b29300a74712a8eb1c83379ce0e7673a4f33532a27a635fcb4922
|
||||
checksum=757d6ecc977e11a7da5f6e9841a7c8c30c1476722d7bb7bd327bbfbce038e2ba
|
||||
|
||||
do_check() {
|
||||
python3 -m pytest
|
||||
|
|
Loading…
Reference in a new issue