From 4fafe352015cb02e7d6bd34f0fed6c67400c85c8 Mon Sep 17 00:00:00 2001 From: Jens Reidel Date: Thu, 2 Oct 2025 01:06:43 +0200 Subject: [PATCH] main/dint: fix and enable for all architectures Signed-off-by: Jens Reidel Part-of: --- main/dint/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/dint/APKBUILD b/main/dint/APKBUILD index b5fa43d0e..92f412b63 100644 --- a/main/dint/APKBUILD +++ b/main/dint/APKBUILD @@ -1,21 +1,21 @@ # Maintainer: Stefan Hansson pkgname=dint pkgver=0.0.1_git20250925 -pkgrel=0 +pkgrel=1 pkgdesc="postmarketOS deviceinfo validator and linter" url="https://gitlab.postmarketos.org/Newbyte/dint" -# armhf, armv7, riscv64: cpufeatures crate fails to build with --frozen specified -arch="all !armhf !armv7 !riscv64" +arch="all" license="EUPL-1.2" makedepends="cargo cargo-auditable" _commit="1f8c0949268c2d31a2e50cb3ac6793fdb4a4c92c" source="https://gitlab.postmarketos.org/Newbyte/dint/-/archive/$_commit/hello-world-rust-$_commit.tar.bz2" builddir="$srcdir/dint-$_commit" +options="!pmb:crossdirect" prepare() { default_prepare - cargo fetch --target="$CTARGET" --locked + cargo fetch --locked } build() {