diff options
author | Sefa Eyeoglu | 2022-11-01 11:30:39 +0100 |
---|---|---|
committer | Sefa Eyeoglu | 2022-11-01 11:30:39 +0100 |
commit | 60b2dd781f750524ee335876f9fed8313f1195fe (patch) | |
tree | 2512fef8332ff67706959947e2181958a93b6a29 /PKGBUILD | |
parent | 999e1228c66d00ee71ea3572ef289f12b02f7506 (diff) | |
download | aur-60b2dd781f750524ee335876f9fed8313f1195fe.tar.gz |
upgpkg: prismlauncher-git 5.0.r140.g04b39294-1
remove unneceesary conflicts
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ _pkgname=prismlauncher pkgname=${_pkgname}-git -pkgver=5.0.r71.g7f441f5b +pkgver=5.0.r140.g04b39294 pkgrel=1 pkgdesc="Minecraft launcher with ability to manage multiple instances." arch=('i686' 'x86_64' 'aarch64') @@ -15,7 +15,7 @@ url="https://prismlauncher.org" license=('GPL3') depends=('java-runtime' 'libgl' 'qt6-base' 'qt6-5compat' 'qt6-svg' 'qt6-imageformats' 'zlib' 'hicolor-icon-theme' 'quazip-qt6') provides=('prismlauncher') -conflicts=('prismlauncher' 'prismlauncher-qt5') +conflicts=('prismlauncher') makedepends=('cmake' 'extra-cmake-modules' 'git' 'java-environment' 'scdoc' 'tomlplusplus' 'ghc-filesystem' 'gamemode') optdepends=('glfw: to use system GLFW libraries' 'openal: to use system OpenAL libraries' |