summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastien Duthil2016-04-19 22:02:41 -0400
committerSebastien Duthil2016-04-19 22:02:41 -0400
commit42e1110efb9a70cc79cf9bfa703eaa87487f2438 (patch)
treeecdcb276103a3d67816a6a80421e31d8159d57b6 /PKGBUILD
parentaa6161f0638fa9b36b29ae1f809209ac2e5234f1 (diff)
downloadaur-42e1110efb9a70cc79cf9bfa703eaa87487f2438.tar.gz
fix dependency name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f76de83be12c..d57fd9895303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=rimworld
pkgver=0.13.1135 # see ${srcdir}/Version.txt
-pkgrel=3
+pkgrel=4
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' 'libxcursors')
+depends=('glu' 'libxcursor')
makedepends=('unzip')
source=(rimworld.desktop
rimworld.sh)