Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / supertux
Commits: 46f78ec8 by Antonio Rojas at 2025-05-01T20:35:50+02:00 upgpkg: 0.6.3-10: boost 1.88 rebuild - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = supertux pkgdesc = A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games pkgver = 0.6.3 - pkgrel = 9 + pkgrel = 10 url = https://github.com/supertux/supertux arch = x86_64 license = GPL ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=supertux pkgver=0.6.3 -pkgrel=9 +pkgrel=10 pkgdesc="A classic 2D jump'n'run sidescroller game in a style similar to the original SuperMario games" arch=('x86_64') url="https://github.com/supertux/supertux" @@ -33,11 +33,11 @@ prepare() { build() { cd "SuperTux-v${pkgver}-Source" + export CMAKE_POLICY_VERSION_MINIMUM=3.5 cmake \ -DENABLE_DISCORD=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DINSTALL_SUBDIR_BIN=bin \ - -DCMAKE_BUILD_TYPE=Release + -DINSTALL_SUBDIR_BIN=bin make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/supertux/-/commit/46f78ec863fb1d1bd5b60e1281bc7439086590cb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/supertux/-/commit/46f78ec863fb1d1bd5b60e1281bc7439086590cb You're receiving this email because of your account on gitlab.archlinux.org.