Skip to content

Commit

Permalink
PolyMC: update to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
oynqr authored and paper42 committed Apr 29, 2022
1 parent 3e885d0 commit 727b596
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions srcpkgs/PolyMC/template
@@ -1,9 +1,9 @@
# Template file for 'PolyMC'
pkgname=PolyMC
version=1.1.1
version=1.2.1
revision=1
build_style=cmake
configure_args="-DLauncher_BUILD_PLATFORM=Void -DLauncher_PORTABLE=0
configure_args="-DLauncher_BUILD_PLATFORM=Void
-DLauncher_VERSION_BUILD=${revision}"
hostmakedepends="openjdk8 qt5-host-tools qt5-qmake"
makedepends="qt5-devel"
Expand All @@ -13,7 +13,11 @@ maintainer="Philipp David <pd@3b.pm>"
license="GPL-3.0-only"
homepage="https://polymc.org/"
distfiles="https://github.com/PolyMC/PolyMC/releases/download/${version}/PolyMC-${version}.tar.gz"
checksum=7ade9abc3a6f61ed27a129c10084c783cc9a3266484a53e29dabcc1cbb0ba5c4
checksum=cec7b0175bd0dc3ff2a43e822d1218772e0833332026ae681c81ecc5c51bf608

if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTING=0"
fi

case "$XBPS_TARGET_MACHINE" in
armv*) broken="https://github.com/MultiMC/MultiMC5/issues/2895";;
Expand Down

0 comments on commit 727b596

Please sign in to comment.