summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Careil2022-06-13 21:18:29 +0200
committerBaptiste Careil2022-06-13 21:18:29 +0200
commita39517d6811bb05f5a9dbc5c9fa1c9bdc8077894 (patch)
tree56421b613a53a26624199d8b688d0192a0db769d
parent06fe091ffec82c6ba80fc882512091a36c216e5b (diff)
downloadaur-a39517d6811bb05f5a9dbc5c9fa1c9bdc8077894.tar.gz
Fixed missing changelog
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105e67ff6d8b..9645e834b91f 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 PoBFrontend, LocalIdentity's fork
- pkgver = 2.15.1.r5884.60.517
+ pkgver = 2.18.1.r6042.60.517
pkgrel = 1
url = https://github.com/PathOfBuildingCommunity/PathOfBuilding
arch = x86_64
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 .