diff --git a/main/hwtest/APKBUILD b/main/hwtest/APKBUILD index 56e9d86ed..0a7cf14ac 100644 --- a/main/hwtest/APKBUILD +++ b/main/hwtest/APKBUILD @@ -1,14 +1,16 @@ +# Contributor: Martijn Braam +# Maintainer: Martijn Braam pkgname=hwtest pkgver=0.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="Small utility to check hardware functionality on phones" url="https://gitlab.com/MartijnBraam/hwtest" arch="noarch" license="MIT" depends="python3 py3-dbus ffmpeg v4l-utils evtest alsa-utils" makedepends="python3-dev" -source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/$pkgname-$pkgver.tar.gz" -options="!check" # Doesn't like making chroot directories +source="$pkgname-$pkgver.tar.gz::https://gitlab.com/MartijnBraam/hwtest/-/archive/$pkgver/hwtest-$pkgver.tar.gz" +options="!check" # No tests build() { python3 setup.py build