summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Careil2021-02-07 17:26:35 +0100
committerBaptiste Careil2021-02-07 17:26:35 +0100
commit2a633d4782b75920825033df351157c3b4240981 (patch)
tree9fa40da407ff6ded3344afb63b961b32e134f664 /PKGBUILD
parentba43dab4e43688736a5ea585798e5594fd1dd8cb (diff)
downloadaur-2a633d4782b75920825033df351157c3b4240981.tar.gz
Strip pobfrontend binary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00e866c74151..1905efc0477c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="An offline build planner for Path of Exile using PoBFrontent, LocalIden
arch=('x86_64')
url='https://github.com/PathOfBuildingCommunity/PathOfBuilding'
license=('MIT')
-pkgver=1.4.170.25.r3406.43.513
+pkgver=1.4.170.25.r3406.52.513
depends=('zlib' 'qt5-base' 'lua51' 'lua51-bitop' 'libgl' 'curl' 'ttf-liberation' 'ttf-bitstream-vera')
makedepends=('meson' 'ninja' 'unzip' 'rsync' 'git')
@@ -81,7 +81,8 @@ build() {
# build lcurl.so
(cd "${srcdir}/Lua-cURLv3" && make LUA_IMPL=luajit)
# build pobfrontend
- (cd "${srcdir}/pobfrontend" && meson -Dbuildtype=release build && cd build && ninja)
+ (cd "${srcdir}/pobfrontend" && meson -Dbuildtype=release build \
+ && cd build && ninja && strip ./pobfrontend)
}
package() {