summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Trepczik2023-01-07 19:40:03 +0100
committerAndreas Trepczik2023-01-07 19:40:03 +0100
commit28ed2479f3445883e33f68f988c9691ec85f3fa7 (patch)
tree1eb7488a8571e3e8f6a95cacd9614aaf7c126dd9
parent56a7e6053d5c84f571b0bb4b25613e197b134f55 (diff)
downloadaur-28ed2479f3445883e33f68f988c9691ec85f3fa7.tar.gz
update to 0.96
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f80b2652892f..df1a5c4091b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = dbgl
pkgdesc = An open-source, free, multi-platform frontend for DOSBox
- pkgver = 0.95
+ pkgver = 0.96
pkgrel = 1
url = https://dbgl.org/
arch = x86_64
license = GPL
- depends = java-runtime>=8
+ depends = java-runtime>=11
optdepends = dosbox: necessary to run DOS games
- source = https://dbgl.org/download/dbgl095.tar.gz
+ source = https://dbgl.org/download/dbgl096.tar.gz
source = dbgl.desktop
source = dbgl.sh
- sha256sums = 5ef9fdb774bc3e75ab057e423f8624992d5a3ee2b4af86b5c383f22aa2f71415
+ sha256sums = fbd9b05f28ea8ac87f27d6cac17ba52134e3424bf890410036db28e48e90aa6d
sha256sums = 7da06d297b5cbdbc1029c58ffe1c6643ae0fa3fe597e839b26d03ff3900de00d
sha256sums = ec0f5d86d8a76b9ec2ee60e3e28b8ad5008df70eb86e28575b75dd0d2b1fd509
diff --git a/PKGBUILD b/PKGBUILD
index 233af11692a6..8b7a13b0ef7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: bzt <unmacaque at gmail.com>
pkgname=dbgl
-pkgver=0.95
+pkgver=0.96
pkgrel=1
pkgdesc="An open-source, free, multi-platform frontend for DOSBox"
arch=('x86_64')
url="https://dbgl.org/"
license=('GPL')
-depends=('java-runtime>=8')
+depends=('java-runtime>=11')
optdepends=('dosbox: necessary to run DOS games')
-source=("https://dbgl.org/download/${pkgname}095.tar.gz"
+source=("https://dbgl.org/download/${pkgname}096.tar.gz"
dbgl.desktop
dbgl.sh)
-sha256sums=('5ef9fdb774bc3e75ab057e423f8624992d5a3ee2b4af86b5c383f22aa2f71415'
+sha256sums=('fbd9b05f28ea8ac87f27d6cac17ba52134e3424bf890410036db28e48e90aa6d'
'7da06d297b5cbdbc1029c58ffe1c6643ae0fa3fe597e839b26d03ff3900de00d'
'ec0f5d86d8a76b9ec2ee60e3e28b8ad5008df70eb86e28575b75dd0d2b1fd509')