summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorseth2023-11-07 15:14:31 -0500
committerseth2023-11-07 15:14:31 -0500
commit4929e28f1037e1fc2066144ef5c4da7be65659c6 (patch)
treecb960aa4b1fe58d2e4228d4a3dcd9cb0fa5a8809 /PKGBUILD
parentd74cbe6a43ad9e6b84a0e33db1e7a2466abf9570 (diff)
downloadaur-4929e28f1037e1fc2066144ef5c4da7be65659c6.tar.gz
update to 8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffeef40d671c..cb9a2619b0b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: dada513 <dada513@protonmail.com>
pkgname=prismlauncher
-pkgver=7.2
-pkgrel=4
+pkgver=8.0
+pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64' 'aarch64')
url="https://prismlauncher.org"
@@ -21,14 +21,12 @@ optdepends=('glfw: to use system GLFW libraries'
'visualvm: Profiling support'
'xorg-xrandr: for older minecraft versions'
'java-runtime=8: for older minecraft versions')
-source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/${pkgver}/PrismLauncher-${pkgver}.tar.gz"
- "0001-fix-Fix-building-prismlauncher-7.2-on-Qt-6.6.0.patch")
-sha256sums=('5733b55c4532286813a6fb7de2f3a38e6f6db743a251919c8b646d32a84514b4'
- '407162bb56d08c7f825632ce486bde8ab03dbceac0a0669ea751f475a1947306')
+source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/${pkgver}/PrismLauncher-${pkgver}.tar.gz")
+sha256sums=('462f35eeda6e107b5f23a97500accf43e4227a0fb40145b29d0895bcfe3372b0')
prepare() {
cd "PrismLauncher-${pkgver}"
- patch -Np1 -i "${srcdir}/0001-fix-Fix-building-prismlauncher-7.2-on-Qt-6.6.0.patch"
+
}
build() {