main/hwtest: upgrade to 0.7.0 (MR 4582)
[ci:skip-build] already built successfully in CI
This commit is contained in:
parent
18135abad5
commit
d4a73356c8
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||||
pkgname=hwtest
|
pkgname=hwtest
|
||||||
pkgver=0.6.0
|
pkgver=0.7.0
|
||||||
pkgrel=5
|
pkgrel=0
|
||||||
pkgdesc="Small utility to check hardware functionality on phones"
|
pkgdesc="Small utility to check hardware functionality on phones"
|
||||||
url="https://gitlab.com/MartijnBraam/hwtest"
|
url="https://gitlab.com/MartijnBraam/hwtest"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -18,4 +18,6 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||||
}
|
}
|
||||||
sha512sums="a59df174d7c8e6c57620065166b73720283e8232355d960830db6a554dff3b19a99c06f235a4d4edf6631beda70c17df904505e5209c93eca6dbd02fc47c0529 hwtest-0.6.0.tar.gz"
|
sha512sums="
|
||||||
|
06055bcab260c047fbe58ed2bf26588397f8386dc5b5445c0deb2adeccf0cfca652464dd317317a04303105e14b6873297261d947e8a3bdddebbfb822a3a03f4 hwtest-0.7.0.tar.gz
|
||||||
|
"
|
||||||
|
|
Loading…
Reference in a new issue