summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Careil2023-09-25 18:09:19 +0200
committerBaptiste Careil2023-09-25 18:09:19 +0200
commitb0de695ab78f7ef0e9d44b3c5c3bd3d997d11722 (patch)
treec51fb0c47b1c1ce72c6d45088da56134fd1ba919
parent0ab517949f03d425474f7251dda41e1448515faf (diff)
downloadaur-b0de695ab78f7ef0e9d44b3c5c3bd3d997d11722.tar.gz
switch to ernstp fork to update to qt6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6cc1045c3a6..81917e02330f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = path-of-building-community-git
pkgdesc = An offline build planner for Path of Exile using PoBFrontend, LocalIdentity's fork
- pkgver = 2.23.0.r6564.60.517
- pkgrel = 2
+ pkgver = 2.34.1.r7378.62.517
+ pkgrel = 1
url = https://github.com/PathOfBuildingCommunity/PathOfBuilding
arch = x86_64
license = MIT
@@ -11,7 +11,7 @@ pkgbase = path-of-building-community-git
makedepends = rsync
makedepends = git
depends = zlib
- depends = qt5-base
+ depends = qt6-base
depends = luajit
depends = libgl
depends = curl
@@ -19,7 +19,7 @@ pkgbase = path-of-building-community-git
depends = ttf-bitstream-vera
noextract = PathOfBuilding-runtime-src.zip
source = git+https://github.com/PathOfBuildingCommunity/PathOfBuilding
- source = git+https://gitlab.com/bcareil/pobfrontend.git#branch=luajit
+ source = git+https://github.com/ernstp/pobfrontend.git#branch=qt6
source = git+https://github.com/Lua-cURL/Lua-cURLv3
source = https://github.com/Openarl/PathOfBuilding/files/1167199/PathOfBuilding-runtime-src.zip
source = PathOfBuilding.sh
diff --git a/PKGBUILD b/PKGBUILD
index b63222b9aeb2..c4823180f963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: bcareil <baptiste.careil@gmail.com>
pkgname='path-of-building-community-git'
-pkgrel=2
+pkgrel=1
pkgdesc="An offline build planner for Path of Exile using PoBFrontend, LocalIdentity's fork"
arch=('x86_64')
url='https://github.com/PathOfBuildingCommunity/PathOfBuilding'
license=('MIT')
-pkgver=2.23.0.r6564.60.517
+pkgver=2.34.1.r7378.62.517
-depends=('zlib' 'qt5-base' 'luajit' 'libgl' 'curl' 'ttf-liberation' 'ttf-bitstream-vera')
+depends=('zlib' 'qt6-base' 'luajit' 'libgl' 'curl' 'ttf-liberation' 'ttf-bitstream-vera')
makedepends=('meson' 'ninja' 'unzip' 'rsync' 'git')
source=(
'git+https://github.com/PathOfBuildingCommunity/PathOfBuilding'
- 'git+https://gitlab.com/bcareil/pobfrontend.git#branch=luajit'
+ 'git+https://github.com/ernstp/pobfrontend.git#branch=qt6'
'git+https://github.com/Lua-cURL/Lua-cURLv3'
'https://github.com/Openarl/PathOfBuilding/files/1167199/PathOfBuilding-runtime-src.zip'
'PathOfBuilding.sh'