summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2021-06-22 17:05:35 +0200
committerMarius Lindvall2021-06-22 17:05:35 +0200
commit9dbf5c13211dbae64e472efe8638ea0cbdc25908 (patch)
treed1bf9c1d2a56a1fac673d2c7c73ccc56a687d61f
parentd7bec8a4f39ff8cde199146fd8f276bc2526aff6 (diff)
downloadaur-9dbf5c13211dbae64e472efe8638ea0cbdc25908.tar.gz
Fix for OpenJDK 16
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
-rw-r--r--miniongg.sh1
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f95dc22b8f00..6bd8c5b3c552 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = miniongg
pkgdesc = Elder Scrolls Online and World of Warcraft Addon Manager
pkgver = 3.0.7_SNAPSHOT.r1.12dbc95e
- pkgrel = 5
+ pkgrel = 6
url = https://minion.mmoui.com/
arch = any
license = custom
@@ -17,8 +17,7 @@ pkgbase = miniongg
md5sums = 977dcbe4914fe452055d092083960f4c
md5sums = 862307f1f506b42a576c8d49e90eccbf
md5sums = SKIP
- md5sums = c758cbb772d9878451c51f1c5d8f8353
+ md5sums = ac963b2368a1db40b44d7a3b147546d4
md5sums = cb92061ae2d15effbddc3b23600cfeaf
pkgname = miniongg
-
diff --git a/PKGBUILD b/PKGBUILD
index 0593da0ec6cf..477961d74042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=miniongg
pkgver=3.0.7_SNAPSHOT.r1.12dbc95e
-pkgrel=5
+pkgrel=6
pkgdesc="Elder Scrolls Online and World of Warcraft Addon Manager"
arch=('any')
url='https://minion.mmoui.com/'
@@ -20,7 +20,7 @@ source=("https://cdn.mmoui.com/minion/v3/MinionClientUpdate-12dbc95eff5898a64f58
md5sums=("977dcbe4914fe452055d092083960f4c"
"862307f1f506b42a576c8d49e90eccbf"
"SKIP"
- "c758cbb772d9878451c51f1c5d8f8353"
+ "ac963b2368a1db40b44d7a3b147546d4"
"cb92061ae2d15effbddc3b23600cfeaf")
package() {
diff --git a/miniongg.sh b/miniongg.sh
index 33d195c96c34..c13d5179b05a 100644
--- a/miniongg.sh
+++ b/miniongg.sh
@@ -10,6 +10,7 @@ if [ $(vercmp 1.9 "$VERSION") -le 0 ]; then
--add-opens javafx.graphics/com.sun.javafx.css=ALL-UNNAMED \
--add-opens javafx.graphics/javafx.scene.image=ALL-UNNAMED\
--add-opens javafx.base/com.sun.javafx.runtime=ALL-UNNAMED \
+ --add-opens java.base/java.lang=ALL-UNNAMED \
-jar /usr/share/java/minion/Minion-jfx.jar
else
java -jar /usr/share/java/minion/Minion-jfx.jar