diff --git a/APKBUILD b/APKBUILD index 9efb199..47ec568 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,7 +1,7 @@ -# Contributor: -# Maintainer: +# Contributor: magmaus3 +# Maintainer: magmaus3 pkgname=quick-strats-mobile -pkgver=0 +pkgver=1 pkgrel=0 pkgdesc="godot game" url="https://magmaus3.eu.org" @@ -14,7 +14,7 @@ install="" # no checks, so i wont exec em options="!check" source=" - quick-strats-2024-03-17.zip + quick-strats.zip quick-strats.desktop quick-strats.sh " @@ -54,13 +54,13 @@ package() { chmod +x quick-strats.sh chmod +x quick-strats.desktop - install -Dm644 quick-strats-2024-03-17.zip "$pkgdir"/usr/share/games/quick-strats/quick-strats.zip + install -Dm644 quick-strats.pck "$pkgdir"/usr/share/games/quick-strats/quick-strats.pck install -Dm655 quick-strats.sh "$pkgdir"/usr/share/games/quick-strats/quick-strats.sh install -Dm655 quick-strats.desktop "$pkgdir"/usr/share/applications/quick-strats.desktop } sha512sums=" -f2d469934a527fa83ebd77c74c7c76246e6325a802ac0e03226707f2546de56cdd1fae1087ab85625d9c18224d158448956d1a37c09c7834ead9200c7c0a2bca quick-strats-2024-03-17.zip +e08908dc30e308653e760696f919d7e38dceb1eb7c21a6ecb6829a41cdebccb99d10a82aed82432509adca6f03acf99e9dc3f742e271a4cda410cbaf365e4432 quick-strats.zip c7396f4121bb324ca927595095f044232332bad5e7839764eb4e7c96fa58c88be178d51f0730215de556d2b85ca65caaa90190cd698401c0c590849d0d02351d quick-strats.desktop -b4a13a2465bae55606cf9dd8e843256706a3010de24407ac658ab99cc530af3c089026efdd0a9a1b2d53d9b90c2b6165ef67f9ec92370ebc9b48171917ea4327 quick-strats.sh +144f0655bb8035affd7e5a59b747f20906595874106aed0b68253483dbb7a6007744b616e06ad0bddb54a6c584acb9b86937f00fa7f684c2fb032352ae10c5a1 quick-strats.sh " diff --git a/quick-strats-2024-03-17.zip b/quick-strats-2024-03-17.zip deleted file mode 100644 index 9fa5d2f..0000000 Binary files a/quick-strats-2024-03-17.zip and /dev/null differ diff --git a/quick-strats.sh b/quick-strats.sh index 4407c89..5de9d00 100755 --- a/quick-strats.sh +++ b/quick-strats.sh @@ -1,2 +1,2 @@ #!/bin/sh -/usr/bin/godot-template-release --main-pack /usr/share/games/quick-strats/quick-strats.zip "$@" +/usr/bin/godot-template-release --main-pack /usr/share/games/quick-strats/quick-strats.pck "$@" diff --git a/quick-strats.zip b/quick-strats.zip new file mode 100644 index 0000000..3618177 Binary files /dev/null and b/quick-strats.zip differ