summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-09-02 00:05:07 +0200
committerroot2021-09-02 00:05:07 +0200
commitb8e8f6fbc3f9e15a87edabf50cc99276b65ef182 (patch)
tree22642c130d3b565951b7bb11b837499ee1c9f73f
parent5218f5d4d21787d3f2e118498cef7788a3e90a54 (diff)
downloadaur-b8e8f6fbc3f9e15a87edabf50cc99276b65ef182.tar.gz
Fixed a typo: `-DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bib/msgmerge` -> `-DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bin/msgmerge`.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcaab941a1d5..8587c555a954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = widelands-git
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'.
pkgver = 21+r24821_20200828_7f72ddf
- pkgrel = 2
+ pkgrel = 3
epoch = 0
url = http://widelands.org/
arch = i686
@@ -33,4 +33,3 @@ pkgbase = widelands-git
sha256sums = SKIP
pkgname = widelands-git
-
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 \