Compare commits

...

2 commits

Author SHA1 Message Date
Tipragot 24f6b89252
FIX again 2023-09-11 20:10:35 +02:00
Tipragot 06dd3cf584
FIX Prism (maybe) 2023-09-11 20:08:50 +02:00
5 changed files with 8 additions and 8 deletions

View file

@ -1,25 +1,25 @@
pkgname=tos-prism pkgname=tos-prism
pkgver=7.2 pkgver=7.3
pkgrel=1 pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances." pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('x86_64') arch=('x86_64')
url="https://prismlauncher.org" url="https://prismlauncher.org"
license=('GPL3') license=('GPL3')
depends=('java-runtime=17' 'libgl' 'qt6-base' 'qt6-5compat' 'qt6-svg' 'qt6-imageformats' 'zlib' 'hicolor-icon-theme') depends=('java-runtime=17' 'libgl' 'qt5-base' 'qt5-svg' 'qt5-imageformats' 'zlib' 'hicolor-icon-theme')
provides=('prismlauncher') provides=('prismlauncher' 'prismlauncher-qt5')
conflicts=('prismlauncher') conflicts=('prismlauncher' 'prismlauncher-qt5')
optdepends=('glfw: to use system GLFW libraries' optdepends=('glfw: to use system GLFW libraries'
'openal: to use system OpenAL libraries' 'openal: to use system OpenAL libraries'
'visualvm: Profiling support' 'visualvm: Profiling support'
'xorg-xrandr: for older minecraft versions' 'xorg-xrandr: for older minecraft versions'
'java-runtime=8: support for Minecraft versions < 1.17' 'java-runtime=8: support for Minecraft versions < 1.17'
) )
source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/${pkgver}/PrismLauncher-Linux-Qt6-${pkgver}.tar.gz") source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/7.2/PrismLauncher-Linux-7.2.tar.gz")
noextract=("PrismLauncher-Linux-Qt6-${pkgver}.tar.gz") noextract=("PrismLauncher-Linux-7.2.tar.gz")
sha256sums=('9f69ab0d9057e479a038051d5073bbbfda0d2e619d3a186094a9810c340885d4') sha256sums=('6faffe40f978c65cf2f7806393e5563eaf299fd0e963b783f861e5b9087486b1')
package() { package() {
install -d "${pkgdir}/usr" install -d "${pkgdir}/usr"
tar -C "${pkgdir}/usr" -xvf PrismLauncher-Linux-Qt6-${pkgver}.tar.gz tar -C "${pkgdir}/usr" -xvf PrismLauncher-Linux-7.2.tar.gz
chown -R root:root "${pkgdir}/usr" # files in tarball are not owned by root chown -R root:root "${pkgdir}/usr" # files in tarball are not owned by root
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.