makedeb


polymc 6.1-0.1


Minecraft launcher with ability to manage multiple instances.

Click here to go back to the commit logs for polymc.

Commit:


Hash: f846502d7c17deebc2adc587eddcb9215e5e3940

Message: v1.2.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b942822..6d9d828 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = polymc
 	pkgdesc = Minecraft launcher with ability to manage multiple instances.
-	pkgver = 1.1.1
+	pkgver = 1.2.0
 	pkgrel = 1
 	url = https://github.com/PolyMC/PolyMC
 	arch = i686
@@ -27,7 +27,7 @@ pkgbase = polymc
 	optdepends = java-runtime=17: support for Minecraft versions >= 1.17
 	provides = polymc
 	conflicts = polymc
-	source = git+https://github.com/PolyMC/PolyMC#tag=1.1.1
+	source = git+https://github.com/PolyMC/PolyMC#tag=1.2.0
 	source = git+https://github.com/MultiMC/libnbtplusplus
 	source = git+https://github.com/stachenov/quazip
 	sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 18c6bab..aa71b94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: dada513 <dada513@protonmail.com>
 
 pkgname=polymc
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Minecraft launcher with ability to manage multiple instances."
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@ build() {
   cd build
   cmake -DCMAKE_BUILD_TYPE=None \
     -DCMAKE_INSTALL_PREFIX="/usr" \
-    -DLauncher_PORTABLE=OFF \
+    -DLauncher_BUILD_PLATFORM="debian" \
     -DLauncher_APP_BINARY_NAME="${pkgname}" \
     ..
   cmake --build .