summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Careil2022-06-13 21:18:29 +0200
committerBaptiste Careil2022-06-13 21:18:29 +0200
commita39517d6811bb05f5a9dbc5c9fa1c9bdc8077894 (patch)
tree56421b613a53a26624199d8b688d0192a0db769d /PKGBUILD
parent06fe091ffec82c6ba80fc882512091a36c216e5b (diff)
downloadaur-a39517d6811bb05f5a9dbc5c9fa1c9bdc8077894.tar.gz
Fixed missing changelog
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f6c12804fc2..5466b19cc11b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="An offline build planner for Path of Exile using PoBFrontend, LocalIden
arch=('x86_64')
url='https://github.com/PathOfBuildingCommunity/PathOfBuilding'
license=('MIT')
-pkgver=2.15.1.r5884.60.517
+pkgver=2.18.1.r6042.60.517
depends=('zlib' 'qt5-base' 'luajit' 'libgl' 'curl' 'ttf-liberation' 'ttf-bitstream-vera')
makedepends=('meson' 'ninja' 'unzip' 'rsync' 'git')
@@ -92,6 +92,8 @@ package() {
# unzip -ou "$f"
# rm "$f"
#done
+ # copy changelog where it will be found by the application
+ mv changelog.txt src/
# extract lua libs
unzip runtime-win32.zip lua/xml.lua lua/base64.lua lua/sha1.lua
mv lua/*.lua .