summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Duthil2016-04-19 22:02:41 -0400
committerSebastien Duthil2016-04-19 22:02:41 -0400
commit42e1110efb9a70cc79cf9bfa703eaa87487f2438 (patch)
treeecdcb276103a3d67816a6a80421e31d8159d57b6
parentaa6161f0638fa9b36b29ae1f809209ac2e5234f1 (diff)
downloadaur-42e1110efb9a70cc79cf9bfa703eaa87487f2438.tar.gz
fix dependency name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 375bfc9f8113..bfc194a6fe1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = rimworld
pkgdesc = A sci-fi colony simulation game driven by an intelligent AI storyteller.
pkgver = 0.13.1135
- pkgrel = 3
+ pkgrel = 4
url = http://rimworldgame.com/
arch = i686
arch = x86_64
license = custom: commercial
makedepends = unzip
depends = glu
- depends = libxcursors
+ depends = libxcursor
source = rimworld.desktop
source = rimworld.sh
sha256sums = e83c514731904722d96218e82e257467d7af32d938493bb5908cf96c7699cae6
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)