summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2021-09-02 00:05:07 +0200
committerroot2021-09-02 00:05:07 +0200
commitb8e8f6fbc3f9e15a87edabf50cc99276b65ef182 (patch)
tree22642c130d3b565951b7bb11b837499ee1c9f73f /PKGBUILD
parent5218f5d4d21787d3f2e118498cef7788a3e90a54 (diff)
downloadaur-b8e8f6fbc3f9e15a87edabf50cc99276b65ef182.tar.gz
Fixed a typo: `-DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bib/msgmerge` -> `-DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bin/msgmerge`.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b87088475a9d..80748b5c6524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="${_pkgname}-git"
epoch=0
_pkgver=latest
pkgver=21+r24821_20200828_7f72ddf
-pkgrel=2
+pkgrel=3
pkgdesc="An elaborate realtime multiplayer strategy game with emphasis on economy and transport - development version. In the spirit of BlueByte's 'Siedler II/ Settlers 2'."
url="http://widelands.org/"
arch=('i686' 'x86_64')
@@ -172,7 +172,7 @@ build() {
-DCMAKE_SHARED_LINKER_FLAGS="${LDFLAGS}" \
-DCMAKE_STATIC_LINKER_FLAGS="" \
-DGETTEXT_MSGFMT_EXECUTABLE=/usr/bin/msgfmt \
- -DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bib/msgmerge \
+ -DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bin/msgmerge \
-DICU_CONFIG_EXECUTABLE=/usr/bin/icu-config \
-DOPTION_ASAN=OFF \
-DOPTION_BUILD_CODECHECK=OFF \