summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet2021-01-20 13:29:10 +0100
committerCôme Chilliet2021-01-20 13:29:10 +0100
commit82d236028b799200d7ae03d15979cc16f02f0f54 (patch)
treebb20efa8264bbfb6148b152fb54fcd73a141d658
parent895a37bc62e4b7737207766a9fdfbfd3a46b9d21 (diff)
downloadaur-82d236028b799200d7ae03d15979cc16f02f0f54.tar.gz
Add missing dependency libbsd
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ebfc3d413f8..e201131f4fea 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = snis-git
depends = sdl2
depends = lua52
depends = portaudio
+ depends = libbsd
optdepends = espeak: for text to speech
optdepends = espeak-ng: for text to speech
provides = snis
diff --git a/PKGBUILD b/PKGBUILD
index c33f7d45c7bc..0639960cb497 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Space Nerds in Space open source spaceship bridge simulator."
arch=('i686' 'x86_64')
url="http://smcameron.github.io/space-nerds-in-space/"
license=('GPL2')
-depends=('glew' 'sdl2' 'lua52' 'portaudio')
+depends=('glew' 'sdl2' 'lua52' 'portaudio' 'libbsd')
makedepends=('git')
optdepends=('espeak: for text to speech'
'espeak-ng: for text to speech')