makedeb


prismlauncher-bin 8.3-1


Minecraft launcher with ability to manage multiple instances.

Click here to go back to the commit logs for prismlauncher-bin.

Commit:


Hash: 3bc72abccf5894b2e04d3b05b8d9b0b1ea15b68e

Message: chore: update to 5.1 Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 548328b..8b8b698 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,23 @@
-generated-by = makedeb-makepkg
-
-pkgbase = prismlauncher-bin
-	pkgdesc = Minecraft launcher with ability to manage multiple instances.
-	pkgver = 5.0
-	pkgrel = 3
-	url = https://github.com/PrismLauncher/PrismLauncher
-	arch = i686
-	arch = amd64
-	license = GPL3
-	depends = libqt5svg5
-	depends = qt5-image-formats-plugins
-	depends = libqt5xml5
-	depends = libqt5core5a
-	depends = libqt5network5
-	depends = libqt5gui5
-	optdepends = java-runtime=8: support for Minecraft versions < 1.17
-	optdepends = java-runtime=17: support for Minecraft versions >= 1.17
-	provides = prismlauncher
-	conflicts = prismlauncher
-	conflicts = polymc
-	source = https://github.com/PrismLauncher/PrismLauncher/releases/download/5.0/PrismLauncher-Linux-5.0.tar.gz
-	sha256sums = 7e5f8753134418a65ab11043563cb45880c0adc5a2c1a5c2897dd9de068e2e39
-
+generated-by = makedeb
 pkgname = prismlauncher-bin
+pkgbase = prismlauncher-bin
+pkgdesc = Minecraft launcher with ability to manage multiple instances.
+pkgrel = 1
+pkgver = 5.1
+url = https://github.com/PrismLauncher/PrismLauncher
+arch = amd64
+conflicts = prismlauncher
+depends = libqt5svg5
+depends = qt5-image-formats-plugins
+depends = libqt5xml5
+depends = libqt5core5a
+depends = libqt5network5
+depends = libqt5gui5
+license = GPL3
+optdepends = java-runtime=8: support for Minecraft versions < 1.17
+optdepends = java-runtime=17: support for Minecraft versions >= 1.17
+provides = prismlauncher
+source = https://github.com/PrismLauncher/PrismLauncher/releases/download/5.1/PrismLauncher-Linux-5.1.tar.gz
+sha256sums = 6748441a39039fc448330b97e1b593e265063f2c68ddd6db483e2f3d4e9050a8
+optdepends = java-runtime=8: support for Minecraft versions < 1.17
+optdepends = java-runtime=17: support for Minecraft versions >= 1.17
diff --git a/PKGBUILD b/PKGBUILD
index 91869b9..4239f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
 # Contributor: Sefa Eyeoglu <conctact@scrumplex.net>
 
 pkgname=prismlauncher-bin
-pkgver=5.0
-pkgrel=3
+pkgver=5.1
+pkgrel=1
 pkgdesc="Minecraft launcher with ability to manage multiple instances."
-arch=('i686' 'amd64')
+arch=('amd64')
 url="https://github.com/PrismLauncher/PrismLauncher"
 license=('GPL3')
 depends=('libqt5svg5' 'qt5-image-formats-plugins' 'libqt5xml5' 'libqt5core5a' 'libqt5network5' 'libqt5gui5')
 provides=('prismlauncher')
-conflicts=('prismlauncher' 'polymc')
+conflicts=('prismlauncher')
 optdepends=('java-runtime=8: support for Minecraft versions < 1.17'
             'java-runtime=17: support for Minecraft versions >= 1.17')
 source=("https://github.com/PrismLauncher/PrismLauncher/releases/download/${pkgver}/PrismLauncher-Linux-${pkgver}.tar.gz")
-sha256sums=('7e5f8753134418a65ab11043563cb45880c0adc5a2c1a5c2897dd9de068e2e39')
+sha256sums=('6748441a39039fc448330b97e1b593e265063f2c68ddd6db483e2f3d4e9050a8')
 
 package() {
     cp -r $srcdir/. $pkgdir/usr