makedeb


polymc-bin 6.1-0.1


Minecraft launcher with ability to manage multiple instances.

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

Commit:


Hash: 3f6a2a2a052002ffcd99af1b23419885a9d1fe59

Message: Fix depends and license

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a09808d..8d04076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,12 @@ generated-by = makedeb-makepkg
 pkgbase = polymc-bin
 	pkgdesc = Minecraft launcher with ability to manage multiple instances.
 	pkgver = 1.1.0
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/PolyMC/PolyMC
 	arch = i686
 	arch = x86_64
-	license = GPL-3.0-or-later
+	license = GPL3
+	depends = libqt5xml5
 	depends = libqt5core5a
 	depends = libqt5network5
 	depends = libqt5gui5
diff --git a/PKGBUILD b/PKGBUILD
index 5964198..767908f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
 
 pkgname=polymc-bin
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Minecraft launcher with ability to manage multiple instances."
 arch=('i686' 'x86_64')
 url="https://github.com/PolyMC/PolyMC"
-license=('GPL-3.0-or-later')
-depends=('libqt5core5a' 'libqt5network5' 'libqt5gui5')
+license=('GPL3')
+depends=('libqt5xml5' 'libqt5core5a' 'libqt5network5' 'libqt5gui5')
 provides=('polymc')
 conflicts=('polymc')
 optdepends=('java-runtime=8: support for Minecraft versions < 1.17'