summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastien Duthil2016-04-19 22:00:02 -0400
committerSebastien Duthil2016-04-19 22:00:04 -0400
commit53d6bfa5d01b81cf6b914b7a1eb57a9f14e9fb55 (patch)
treed5a9b3cd6f31f110cb1d5196f173bf92eac831d6 /PKGBUILD
parent5bec6c9cb32bda15c1de80e2bd9b2272326dcd90 (diff)
downloadaur-53d6bfa5d01b81cf6b914b7a1eb57a9f14e9fb55.tar.gz
update dependencies
reason: previous dependencies were based on namcap. These dependencies are based on trying to run rimword inside a Docker container, with as few installed packages as possible. I could not run rimworld to display anything graphically, but at least it would not run without those dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73e3fae4a853..35aab323f052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A sci-fi colony simulation game driven by an intelligent AI storyteller
arch=('i686' 'x86_64')
url="http://rimworldgame.com/"
license=('custom: commercial')
-depends=('glu' 'lib32-gtk2' 'gcc-libs-multilib')
+depends=('glu' 'libxcursors')
makedepends=('unzip')
source=(rimworld.desktop
rimworld.sh)