summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD1
2 files changed, 10 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f299fc197112..833a3e62c857 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,15 @@ pkgbase = gog-we-are-the-dwarves
url = https://www.gog.com/game/we_are_the_dwarves
arch = x86_64
license = custom
+ depends = libx11
+ depends = libxinerama
+ depends = libxcursor
+ depends = libxrandr
+ depends = libxi
+ depends = alsa-lib
+ depends = libpulse
+ depends = libglvnd
+ depends = glibc
source = gogdownloader://we_are_the_dwarves/en3installer4
source = We are the Dwarves.desktop
source = start-we-are-the-dwarves.sh
diff --git a/PKGBUILD b/PKGBUILD
index 7a82f0528eb4..379ea8ca03ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="An action-based tactical adventure with active pause (extreme slowdown
arch=('x86_64')
url="https://www.gog.com/game/we_are_the_dwarves"
license=('custom')
+depends=('libx11' 'libxinerama' 'libxcursor' 'libxrandr' 'libxi' 'alsa-lib' 'libpulse' 'libglvnd' 'glibc')
source=("gogdownloader://we_are_the_dwarves/en3installer4"
"We are the Dwarves.desktop"
"start-we-are-the-dwarves.sh")