Private
Public Access
1
0

Fix: Add abuild checksum generation for APKBUILD validation

This commit is contained in:
2026-04-13 23:54:25 +00:00
parent 3c9b31d575
commit ed055b3b44

View File

@ -61,6 +61,10 @@ package() {
}
EOF
# Generate checksums for APKBUILD sources
echo "Generating checksums..."
abuild checksum
# Build APK package
echo "Building APK package..."
abuild -F -r