summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibjared2024-01-05 22:16:12 -0600
committerlibjared2024-01-05 22:16:12 -0600
commit399c82f0f9844ec8d8c1a201b5eb06f2f917e2ab (patch)
tree11a978a6711abd5ac7ed4d88989a83a74751c4d4
parentdfff3f825405835f2034eae1f99e01ef93231fe0 (diff)
downloadaur-399c82f0f9844ec8d8c1a201b5eb06f2f917e2ab.tar.gz
2.3.1-2: Add missed dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efc65f0f3b94..87476631cb9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=nugget-doom
_pkgname=nugget-doom
_tardir="Nugget-Doom-$_pkgname"
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Fork of Woof! with additional features"
arch=('x86_64')
url="https://github.com/fabiangreffrath/woof"
license=('GPL2')
-depends=(sdl2 sdl2_net openal libsndfile)
+depends=(sdl2 sdl2_net openal libsndfile hicolor-icon-theme glibc)
# FluidSynth is optional, but can not be an optdepends since it gets linked to the built executable
# Required for high-quality MIDI music, you probably want it.
depends+=(fluidsynth)