summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25b76391a0cb..78a5f5217686 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = path-of-building-community-git
pkgdesc = An offline build planner for Path of Exile using PoBFrontent, LocalIdentity's fork
- pkgver = 1.4.170.27.r3697.53.513
+ pkgver = 1.4.170.27.r3794.54.514
pkgrel = 1
url = https://github.com/PathOfBuildingCommunity/PathOfBuilding
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 16fa51d761d9..b19662c5e1c5 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.27.r3697.53.513
+pkgver=1.4.170.27.r3794.54.514
depends=('zlib' 'qt5-base' 'lua51' 'lua51-bitop' 'libgl' 'curl' 'ttf-liberation' 'ttf-bitstream-vera')
makedepends=('meson' 'ninja' 'unzip' 'rsync' 'git')
@@ -79,7 +79,7 @@ build() {
-lz
)
# build lcurl.so
- (cd "${srcdir}/Lua-cURLv3" && make LUA_IMPL=luajit)
+ (cd "${srcdir}/Lua-cURLv3" && make LUA_IMPL=lua51)
# build pobfrontend
(cd "${srcdir}/pobfrontend" && meson -Dbuildtype=release build \
&& cd build && ninja && strip ./pobfrontend)