makedeb
Minecraft launcher with the ability to manage multiple instances
Click here to go back to the commit logs for polymc-qt6.
Hash: f6e192bdab36e144dab85c8ebba700823449a0be
Message: PolyMC v6.1--after a year!
diff --git a/.SRCINFO b/.SRCINFO
index c81ba56..49a0026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
pkgname = polymc-qt6
pkgbase = polymc-qt6
pkgdesc = Minecraft launcher with the ability to manage multiple instances
-pkgrel = 1
-pkgver = 5.1
+pkgrel = 0.1
+pkgver = 6.1
url = https://github.com/PolyMC/PolyMC
arch = amd64
depends = libgl-dev
@@ -38,8 +38,8 @@ optdepends = libopenal1: to use system OpenAL libraries
optdepends = libopenal-data: to use system OpenAL API
optdepends = visualvm: Profiling support
optdepends = libxrandr2: for older minecraft versions
-source = https://github.com/PolyMC/PolyMC/releases/download/5.1/PolyMC-5.1.tar.gz
-sha256sums = ed8a43555c9fcfa783193a0377c6353bb5c9360a0e5742bbb6be4f7c6e7b2704
+source = https://github.com/PolyMC/PolyMC/releases/download/6.1/PolyMC-6.1.tar.gz
+sha256sums = 16d62604f7e4aed0a9a31876b860e5054ca12e1c81fe47e74324eb1edec9d8d0
makedepends = scdoc
makedepends = extra-cmake-modules
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 0aaecc0..f8b2c60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
# Contributor: dada513 <dada513@protonmail.com>
pkgname=polymc-qt6
-pkgver=5.1
-pkgrel=1
+pkgver=6.1
+pkgrel=0.1
pkgdesc="Minecraft launcher with the ability to manage multiple instances"
arch=('amd64')
url="https://github.com/PolyMC/PolyMC"
@@ -24,7 +24,7 @@ optdepends=('libglfw3: to use system GLFW libraries'
'libxrandr2: for older minecraft versions'
)
source=("https://github.com/PolyMC/PolyMC/releases/download/$pkgver/PolyMC-$pkgver.tar.gz")
-sha256sums=('ed8a43555c9fcfa783193a0377c6353bb5c9360a0e5742bbb6be4f7c6e7b2704')
+sha256sums=('16d62604f7e4aed0a9a31876b860e5054ca12e1c81fe47e74324eb1edec9d8d0')
build() {
cmake -B build -S PolyMC-$pkgver \