diff options
Diffstat (limited to 'community/supertux/APKBUILD')
-rw-r--r-- | community/supertux/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/community/supertux/APKBUILD b/community/supertux/APKBUILD index ecbf950bcb..14426740d5 100644 --- a/community/supertux/APKBUILD +++ b/community/supertux/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: alpterry <alpterry@protonmail.com> pkgname=supertux pkgver=0.6.2 -pkgrel=3 +pkgrel=4 pkgdesc="Open-source classic 2D jump'n run sidescroller game" url="https://www.supertux.org/" arch="all !s390x !mips !mips64" # build fails @@ -14,6 +14,7 @@ subpackages="$pkgname-doc $pkgname-data::noarch" options="!check" # no test suite source="https://github.com/SuperTux/supertux/releases/download/v$pkgver/SuperTux-v$pkgver-Source.tar.gz missing-include-for-FLT_EPSILON.patch + 5f8f6e909b42367c677590e2d0464400dff375fd.patch " builddir="$srcdir/SuperTux-v$pkgver-Source" @@ -44,5 +45,8 @@ data() { mv "$pkgdir"/usr/share/games "$subpkgdir"/usr/share/games } -sha512sums="5baa783ee589b42a9bbce3740659dbb7b617ebfcc00c0a038c03d31b56700e3923c8548700ccebe42b325ca03bd85186bc5edef9f6580d93dc48d8aca88cbf74 SuperTux-v0.6.2-Source.tar.gz -4e4116cb0dc7f996cdb96484eac99bd7f5a16829f6b082cc2e4c17b22e6e2f34501b8e3e4caf3c956369c5cd6caa12179b8a4cb1f93c2c8c8b014e3829272cb3 missing-include-for-FLT_EPSILON.patch" +sha512sums=" +5baa783ee589b42a9bbce3740659dbb7b617ebfcc00c0a038c03d31b56700e3923c8548700ccebe42b325ca03bd85186bc5edef9f6580d93dc48d8aca88cbf74 SuperTux-v0.6.2-Source.tar.gz +4e4116cb0dc7f996cdb96484eac99bd7f5a16829f6b082cc2e4c17b22e6e2f34501b8e3e4caf3c956369c5cd6caa12179b8a4cb1f93c2c8c8b014e3829272cb3 missing-include-for-FLT_EPSILON.patch +2fa0d8336cc9c8379b24bfa564e202d178dad582ace1f375e9b0d2061c45d793f6a795d451db3f4f4e0ad351a479e1e10c004f2fa9c47f8674fb429b6701582f 5f8f6e909b42367c677590e2d0464400dff375fd.patch +" |