diff options
Diffstat (limited to 'community/supertuxkart/APKBUILD')
-rw-r--r-- | community/supertuxkart/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/supertuxkart/APKBUILD b/community/supertuxkart/APKBUILD index 946aa49bd9..c29f8b3d57 100644 --- a/community/supertuxkart/APKBUILD +++ b/community/supertuxkart/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=supertuxkart pkgver=1.1 -pkgrel=0 +pkgrel=1 arch="all" url="https://supertuxkart.net/" pkgdesc="Kart racing game featuring Tux and his friends" @@ -28,7 +28,7 @@ build() { esac cmake "$builddir" \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_RECORDER=0 \ |