summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Trepczik2019-07-07 19:39:25 +0200
committerAndreas Trepczik2019-07-07 19:39:25 +0200
commitae5b983800e75c52b7a10b69a2605aa930b3ad95 (patch)
tree67629855931e12bf16610b35bef4f865a3557cf6
parentd3e8841185430055d136307660eda1c1913f7154 (diff)
downloadaur-ae5b983800e75c52b7a10b69a2605aa930b3ad95.tar.gz
update to 0.90
arch is now x86_64 only, minimum required java-runtime is 8
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95f797aec9a2..a10f2f4e9016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = dbgl
- pkgdesc = An open-source, free, multi-platform frontend for DOSBox (DOSBox binaries not included)
- pkgver = 0.82
- pkgrel = 2
+ pkgdesc = An open-source, free, multi-platform frontend for DOSBox
+ pkgver = 0.90
+ pkgrel = 1
url = http://members.quicknet.nl/blankendaalr/dbgl/
- arch = any
+ arch = x86_64
license = GPL
- depends = java-runtime>=7
- depends = java-runtime<9
+ depends = java-runtime>=8
depends = gtk2
optdepends = dosbox: necessary to run DOS games
- source = http://members.quicknet.nl/blankendaalr/dbgl/download/dbgl082_generic.tar.gz
+ source = http://members.quicknet.nl/blankendaalr/dbgl/download/dbgl090.tar.gz
source = dbgl.desktop
source = dbgl.sh
- sha256sums = a3aad160c3baec6e1bb96a34e9570c94eaaba70bc34dfa92c90e918608377ca9
+ sha256sums = 88b5ccb5e86d2049c3ae25200d41d404f486fee45d4e5d1846bccf7a2c9427b5
sha256sums = 7da06d297b5cbdbc1029c58ffe1c6643ae0fa3fe597e839b26d03ff3900de00d
sha256sums = 2d2a4e74d5cec80b11953b3a7eec6cff15faccc8726c8ba99b8088718259dc7a
diff --git a/PKGBUILD b/PKGBUILD
index b4cd8931c6bc..9db0edc248a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: bzt <unmacaque at gmail.com>
pkgname=dbgl
-pkgver=0.82
-pkgrel=2
-pkgdesc="An open-source, free, multi-platform frontend for DOSBox (DOSBox binaries not included)"
-arch=('any')
+pkgver=0.90
+pkgrel=1
+pkgdesc="An open-source, free, multi-platform frontend for DOSBox"
+arch=('x86_64')
url="http://members.quicknet.nl/blankendaalr/dbgl/"
license=('GPL')
-depends=('java-runtime>=7' 'java-runtime<9' 'gtk2')
+depends=('java-runtime>=8' 'gtk2')
optdepends=('dosbox: necessary to run DOS games')
-source=("http://members.quicknet.nl/blankendaalr/dbgl/download/${pkgname}082_generic.tar.gz"
+source=("http://members.quicknet.nl/blankendaalr/dbgl/download/${pkgname}090.tar.gz"
dbgl.desktop
dbgl.sh)
-sha256sums=('a3aad160c3baec6e1bb96a34e9570c94eaaba70bc34dfa92c90e918608377ca9'
+sha256sums=('88b5ccb5e86d2049c3ae25200d41d404f486fee45d4e5d1846bccf7a2c9427b5'
'7da06d297b5cbdbc1029c58ffe1c6643ae0fa3fe597e839b26d03ff3900de00d'
'2d2a4e74d5cec80b11953b3a7eec6cff15faccc8726c8ba99b8088718259dc7a')