summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordangersalad2020-05-25 09:56:51 -0600
committerdangersalad2020-05-25 09:56:51 -0600
commit432a4f29f70ad96dc62f88f6d30f9c6d7c82db3c (patch)
treea1a02dd9a09e8fccc21556caf68e2aac7461515b
parent549852b82673cb4dfd1ab4f2f913980ad66367c6 (diff)
downloadaur-432a4f29f70ad96dc62f88f6d30f9c6d7c82db3c.tar.gz
dep update
-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')