summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Kerrick2021-09-11 22:45:59 -0400
committerEthan Kerrick2021-09-11 22:45:59 -0400
commit4ec30fa985d08e133e3a66b015409837eb533d7b (patch)
tree88ea3d885ba05e287edfdc6564b7774f78b56d20
parenta25a861e24384561012f2c61309b9e7ef89e1b5e (diff)
downloadaur-4ec30fa985d08e133e3a66b015409837eb533d7b.tar.gz
made libpng a depend from a optdepend
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 984e885bb288..a683f5134257 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.77.1
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/dosbox-staging/dosbox-staging
arch = any
@@ -15,7 +15,7 @@ pkgbase = dosbox-staging
depends = opusfile
depends = alsa-lib
depends = fluidsynth
- optdepends = libpng
+ depends = libpng
optdepends = ncurses
optdepends = munt: mt32 support
provides = dosbox
diff --git a/PKGBUILD b/PKGBUILD
index c4893a2aa4db..ec9f1fccf094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=dosbox-staging
pkgver=0.77.1
-pkgrel=3
+pkgrel=4
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' 'fluidsynth')
-optdepends=('libpng' 'ncurses' 'munt: mt32 support')
+depends=('sdl2' 'sdl2_net' 'opusfile' 'alsa-lib' 'fluidsynth' 'libpng')
+optdepends=('ncurses' 'munt: mt32 support')
makedepends=('meson' 'ninja' 'gcc' 'gzip')
provides=("dosbox")
conflicts=("dosbox")