summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba8674e4acf..46ba205cfe4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = dbgl
pkgdesc = An open-source, free, multi-platform frontend for DOSBox
- pkgver = 0.97
+ pkgver = 0.98
pkgrel = 1
url = https://dbgl.org/
arch = x86_64
license = GPL
- depends = java-runtime>=11
+ depends = java-runtime>=17
optdepends = dosbox: necessary to run DOS games
- source = https://dbgl.org/download/dbgl097.tar.gz
+ source = https://dbgl.org/download/dbgl098.tar.gz
source = dbgl.desktop
source = dbgl.sh
- sha256sums = a7890e1808cbf5715fc62af4557b69a3808dc66cb9cb9d46e4da1bab01ca56a8
+ sha256sums = 3083edd927b884a69b10a447cdd74b837c2c67a563afcefd650824d057f85228
sha256sums = 7da06d297b5cbdbc1029c58ffe1c6643ae0fa3fe597e839b26d03ff3900de00d
sha256sums = ec0f5d86d8a76b9ec2ee60e3e28b8ad5008df70eb86e28575b75dd0d2b1fd509
diff --git a/PKGBUILD b/PKGBUILD
index 61639df97dc3..3177a7327794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: bzt <unmacaque at gmail.com>
pkgname=dbgl
-pkgver=0.97
+pkgver=0.98
pkgrel=1
pkgdesc="An open-source, free, multi-platform frontend for DOSBox"
arch=('x86_64')
url="https://dbgl.org/"
license=('GPL')
-depends=('java-runtime>=11')
+depends=('java-runtime>=17')
optdepends=('dosbox: necessary to run DOS games')
-source=("https://dbgl.org/download/${pkgname}097.tar.gz"
+source=("https://dbgl.org/download/${pkgname}${pkgver//.}.tar.gz"
dbgl.desktop
dbgl.sh)
-sha256sums=('a7890e1808cbf5715fc62af4557b69a3808dc66cb9cb9d46e4da1bab01ca56a8'
+sha256sums=('3083edd927b884a69b10a447cdd74b837c2c67a563afcefd650824d057f85228'
'7da06d297b5cbdbc1029c58ffe1c6643ae0fa3fe597e839b26d03ff3900de00d'
'ec0f5d86d8a76b9ec2ee60e3e28b8ad5008df70eb86e28575b75dd0d2b1fd509')