diff options
author | txtsd | 2024-06-23 19:05:50 +0530 |
---|---|---|
committer | txtsd | 2024-06-23 19:05:50 +0530 |
commit | 858342721046c68b2e72780c499359aa2f96aacf (patch) | |
tree | b1db47b3cabc69cc320418cbafb026d4cde7084e /PKGBUILD | |
parent | bacc7220b83f4b3e9594034fa1583cd8a9ac3ee7 (diff) | |
download | aur-858342721046c68b2e72780c499359aa2f96aacf.tar.gz |
upgpkg: prismlauncher 8.4-1
Upstream Release: prismlauncher 8.4
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,12 +8,12 @@ # Contributor: dada513 <dada513@protonmail.com> pkgname=prismlauncher -pkgver=8.3 +pkgver=8.4 pkgrel=1 pkgdesc="Minecraft launcher with ability to manage multiple instances." arch=('i686' 'x86_64' 'aarch64') url="https://prismlauncher.org" -license=('GPL3') +license=('GPL-3.0-only AND LGPL-3.0-or-later AND LGPL-2.0-or-later AND Apache-2.0 AND MIT AND BSD-2-Clause AND BSD-3-Clause AND LicenseRef-Batch AND OFL-1.1') depends=('java-runtime=17' 'libgl' 'qt6-base' 'qt6-5compat' 'qt6-svg' 'qt6-imageformats' 'zlib' 'hicolor-icon-theme' 'quazip-qt6' 'tomlplusplus' 'cmark') makedepends=('cmake' 'extra-cmake-modules' 'git' 'jdk17-openjdk' 'scdoc' 'ghc-filesystem' 'gamemode') optdepends=('glfw: to use system GLFW libraries' @@ -22,7 +22,7 @@ optdepends=('glfw: to use system GLFW libraries' '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") -sha256sums=('4d587122f673ee4daea5aa098bd3da0f51989dbb600560146dd8a0375491cea0') +sha256sums=('a4df9059559df2e410ddf933e05fe4bffaa01631c6eeb55e63af4a2d0d719726') prepare() { cd "PrismLauncher-${pkgver}" |