summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2022-10-21 16:31:28 +0530
committertxtsd2022-10-21 17:49:14 +0530
commita34f881a041668721e5fb46933885eb6c7d93c5a (patch)
tree4d9891d78b25010129128acc9df9d4df09ac7df8
parent00bfd989e1061eb0463da9d90a0a020453d65040 (diff)
downloadaur-a34f881a041668721e5fb46933885eb6c7d93c5a.tar.gz
upgpkg: prismlauncher 5.0-5
Adjust provides and conflicts Add .gitignore Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9accfbe5b90..f67dafde64b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = prismlauncher
pkgdesc = Minecraft launcher with ability to manage multiple instances.
pkgver = 5.0
- pkgrel = 4
+ pkgrel = 5
url = https://prismlauncher.org
arch = i686
arch = x86_64
@@ -27,8 +27,11 @@ pkgbase = prismlauncher
optdepends = openal: to use system OpenAL libraries
optdepends = visualvm: Profiling support
optdepends = xorg-xrandr: for older minecraft versions
- provides = polymc
+ provides = prismlauncher
conflicts = polymc
+ conflicts = polymc-qt5
+ conflicts = prismlauncher
+ conflicts = prismlauncher-qt5
source = https://github.com/PrismLauncher/PrismLauncher/releases/download/5.0/PrismLauncher-5.0.tar.gz
sha256sums = 27c2c7e0c9aaa3450b7449683cfd2a9a941b7118ab83947de09285438e03c495
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3d843e33f0af
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+src
+pkg
+
+*.tar.gz
+*.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index 3b511cd3d433..4eb730612cc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgname=prismlauncher
pkgver=5.0
-pkgrel=4
+pkgrel=5
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64')
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=('polymc')
-conflicts=('polymc')
+provides=('prismlauncher')
+conflicts=('polymc' 'polymc-qt5' 'prismlauncher' 'prismlauncher-qt5')
makedepends=('cmake' 'extra-cmake-modules' 'git' 'java-environment' 'scdoc' 'ghc-filesystem' 'gamemode' 'tomlplusplus')
optdepends=('glfw: to use system GLFW libraries'
'openal: to use system OpenAL libraries'