FIX again

This commit is contained in:
Tipragot 2023-09-11 20:10:35 +02:00
parent 06dd3cf584
commit 24f6b89252
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgname=tos-prism
pkgver=7.2
pkgrel=2
pkgver=7.3
pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('x86_64')
url="https://prismlauncher.org"
@ -14,12 +14,12 @@ optdepends=('glfw: to use system GLFW libraries'
'xorg-xrandr: for older minecraft versions'
'java-runtime=8: support for Minecraft versions < 1.17'
)
source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/${pkgver}/PrismLauncher-Linux-${pkgver}.tar.gz")
noextract=("PrismLauncher-Linux-${pkgver}.tar.gz")
source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/7.2/PrismLauncher-Linux-7.2.tar.gz")
noextract=("PrismLauncher-Linux-7.2.tar.gz")
sha256sums=('6faffe40f978c65cf2f7806393e5563eaf299fd0e963b783f861e5b9087486b1')
package() {
install -d "${pkgdir}/usr"
tar -C "${pkgdir}/usr" -xvf PrismLauncher-Linux-${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
}

Binary file not shown.

Binary file not shown.

Binary file not shown.