diff --git a/packaging/alpine/APKBUILD b/packaging/alpine/APKBUILD index 49f9053..3b6734f 100644 --- a/packaging/alpine/APKBUILD +++ b/packaging/alpine/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="CLI-native issue tracker using SQLite" url="https://g.eliaskohout.de/eliaskohout/ax" arch="x86_64 aarch64" license="MIT" -options="net !strip !check" +options="net !strip !check !tracedeps" depends="" makedepends="go build-base" source="$pkgname-$pkgver.tar.gz::https://g.eliaskohout.de/eliaskohout/axolotl/archive/$pkgver.tar.gz"