diff --git a/packages/tos-prism/PKGBUILD b/packages/tos-prism/PKGBUILD index 3c06b23..42f4ff9 100644 --- a/packages/tos-prism/PKGBUILD +++ b/packages/tos-prism/PKGBUILD @@ -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 } \ No newline at end of file diff --git a/repository/tos-prism-7.3-1-x86_64.pkg.tar.zst b/repository/tos-prism-7.3-1-x86_64.pkg.tar.zst new file mode 100644 index 0000000..c1e6284 Binary files /dev/null and b/repository/tos-prism-7.3-1-x86_64.pkg.tar.zst differ diff --git a/repository/tos.db b/repository/tos.db index 4d0975b..a3f2a4d 100644 Binary files a/repository/tos.db and b/repository/tos.db differ diff --git a/repository/tos.files b/repository/tos.files index 8aeb438..4b51efd 100644 Binary files a/repository/tos.files and b/repository/tos.files differ