summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2022-12-29 14:52:40 -0500
committerEthan Kerrick2022-12-29 14:52:40 -0500
commite3a040542d7ceeaa026d13d1e0a7c474cd03e4d9 (patch)
tree6368c7b0a36c8c0acb9280f6482a5bb92fc603d2
parentc1b03bf619d1ee4c5efffae80763ccede1d9ab04 (diff)
downloadaur-e3a040542d7ceeaa026d13d1e0a7c474cd03e4d9.tar.gz
updated to 0.80.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12cd4b662f57..5e474d832ca8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-staging
pkgdesc = DOS/x86 emulator focusing on ease of use. Based on DOSBox
- pkgver = 0.79.1
- pkgrel = 2
+ pkgver = 0.80.0
+ pkgrel = 1
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -16,10 +16,12 @@ pkgbase = dosbox-staging
depends = alsa-lib
depends = libpng
depends = iir1
+ depends = sdl2_image
+ depends = hicolor-icon-theme
optdepends = ncurses
provides = dosbox
conflicts = dosbox
- source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.79.1.tar.gz
- sha256sums = 43f23fd0a5cff55e06a3ba2be8403f872ae47423f3bb4f823301eaae8a39ac2f
+ source = https://github.com/dosbox-staging/dosbox-staging/archive/v0.80.0.tar.gz
+ sha256sums = 9cf6e52ba7c202bd1ec1b4866b0240827db3c2ec31ccbd0617d6140e6703753e
pkgname = dosbox-staging
diff --git a/PKGBUILD b/PKGBUILD
index a8bc64b1e818..233249049e56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributer: Wouter Wijsman <wwijsman@live.nl>
pkgname=dosbox-staging
-pkgver=0.79.1
-pkgrel=2
+pkgver=0.80.0
+pkgrel=1
epoch=1
pkgdesc="DOS/x86 emulator focusing on ease of use. Based on DOSBox"
arch=('any')
url="https://github.com/dosbox-staging/dosbox-staging"
license=('GPL2')
-depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'libpng' 'iir1')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'libpng' 'iir1' 'sdl2_image' 'hicolor-icon-theme')
optdepends=('ncurses')
makedepends=('meson' 'ninja' 'gcc' 'gzip')
provides=("dosbox")
@@ -17,7 +17,7 @@ conflicts=("dosbox")
source=(
"https://github.com/dosbox-staging/${pkgname}/archive/v${pkgver}.tar.gz"
)
-sha256sums=('43f23fd0a5cff55e06a3ba2be8403f872ae47423f3bb4f823301eaae8a39ac2f')
+sha256sums=('9cf6e52ba7c202bd1ec1b4866b0240827db3c2ec31ccbd0617d6140e6703753e')
build() {
cd "$srcdir/${pkgname}-${pkgver}"