summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c945d3aceba..4ffa04678c11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mekhq
pkgdesc = MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek.
pkgver = 0.46.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MegaMek/mekhq
arch = x86_64
license = GPL
- depends = jdk13-openjdk
+ depends = jdk-openjdk
provides = megamek
conflicts = megamek
source = https://github.com/MegaMek/mekhq/releases/download/v0.46.1/mekhq-0.46.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f7f05c91fe11..b6a553b643a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mekhq
pkgver=0.46.1
_pkgver=
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="MekHQ is a java helper program for the MegaMek game that allows users to load a list of entities from an XML file, perform repairs and customizations, and then save the new entities to another XML file that can be loaded into MegaMek."
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://github.com/MegaMek/mekhq"
license=('GPL')
groups=()
-depends=('jdk13-openjdk')
+depends=('jdk-openjdk')
provides=('megamek')
conflicts=('megamek')