summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReihar2015-10-31 16:20:32 +0100
committerReihar2015-10-31 16:20:32 +0100
commit20fd11d00a6c228e9d1f986a2353f8ba20158d21 (patch)
tree77aa59705ca624b9f538185c367a3d8026231a9d
parent09b9d65f0dd73cdc362b1532e3bb6d43948539c2 (diff)
downloadaur-20fd11d00a6c228e9d1f986a2353f8ba20158d21.tar.gz
Enabling localizations by default
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f92467203b10..272a25eecf72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v7
-# Fri Oct 30 22:39:03 UTC 2015
+# Sat Oct 31 15:20:22 UTC 2015
pkgbase = cataclysm-dda-ncurses
pkgdesc = Cataclysm: Dark Days Ahead is an actively maintained roguelike set in a post-apocalyptic world, forked from the original. (ncurses only)
pkgver = 0.C
- pkgrel = 4
+ pkgrel = 5
url = http://www.cataclysmdda.com/
install = cataclysm-dda-ncurses.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index af24c9d75d2c..03f30e1f8fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Fernando Carmona Varo <ferkiwi @t gmail dot com>
pkgname=cataclysm-dda-ncurses
pkgver=0.C
-pkgrel=4
+pkgrel=5
pkgdesc="Cataclysm: Dark Days Ahead is an actively maintained roguelike set in a post-apocalyptic world, forked from the original. (ncurses only)"
arch=('i686' 'x86_64')
url="http://www.cataclysmdda.com/"
@@ -36,7 +36,7 @@ build() {
#Due to build problems with gcc, we'll be using clang for a while
cd "$srcdir/Cataclysm-DDA-${pkgver}"
- make USE_HOME_DIR=1 CLANG=1 RELEASE=1 #LOCALIZE=1 #Uncomment for localizations
+ make USE_HOME_DIR=1 CLANG=1 RELEASE=1 LOCALIZE=1
}
package() {