summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas18182020-07-08 16:52:50 +0200
committerLukas18182020-07-08 16:52:50 +0200
commitc031ed0f16b247b535374a9c82c98f031d4357c6 (patch)
tree18dc6b24e931dd9e72c3eb0a352547f2eee8ab5c
parentcaea46991e7d22b85b10573600e135ea9ebe5bd4 (diff)
downloadaur-c031ed0f16b247b535374a9c82c98f031d4357c6.tar.gz
add dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f45dc50fcbc..b5972697e241 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,10 @@ pkgbase = gog-stellaris
url = https://www.gog.com/game/stellaris
arch = x86_64
license = custom
+ makedepends = unzip
+ makedepends = findutils
+ depends = bash
+ depends = sed
depends = glibc
depends = libx11
depends = libglvnd
diff --git a/PKGBUILD b/PKGBUILD
index af15a8d77051..85d5af7ade3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="A strategy game with space exploration at its core"
arch=('x86_64')
url="https://www.gog.com/game/stellaris"
license=('custom')
-depends=('glibc' 'libx11' 'libglvnd' 'gcc-libs')
+makedepends=('unzip' 'findutils')
+depends=('bash' 'sed' 'glibc' 'libx11' 'libglvnd' 'gcc-libs')
source=("stellaris_${pkgver//./_}_38578.sh::gogdownloader://stellaris/en3installer0"
"Stellaris.desktop"
"start-stellaris.sh")