diff --git a/pkg.info b/pkg.info index 3173185..3d3dcc3 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: supertuxkart description: Free and Open Source kart racing game version: "1.5" -revision: 1 +revision: 2 url: https://supertuxkart-evolution.com/Main_Page.html license: GPL3-or-later architecture: any diff --git a/source.sh b/source.sh index 75651fd..ce9dc8c 100644 --- a/source.sh +++ b/source.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_RECORDER=off -GNinja + cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_RECORDER=off -GNinja cmake --build build }