summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 776be41aea38..e100890f119d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = path-of-building-git
pkgdesc = An offline build planner for Path of Exile using PoBFrontent
pkgver = 1.4.170.r1028.37.479
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Openarl/PathOfBuilding
arch = x86_64
license = MIT
@@ -14,6 +14,8 @@ pkgbase = path-of-building-git
depends = luajit
depends = libgl
depends = curl
+ depends = ttf-liberation
+ depends = ttf-bitstream-vera
noextract = PathOfBuilding-runtime-src.zip
source = git+https://github.com/Openarl/PathOfBuilding
source = git+https://github.com/philroberts/pobfrontend
diff --git a/PKGBUILD b/PKGBUILD
index 0864863f2c06..68268484a6a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: bcareil <baptiste.careil@gmail.com>
pkgname='path-of-building-git'
-pkgrel=3
+pkgrel=4
pkgdesc='An offline build planner for Path of Exile using PoBFrontent'
arch=('x86_64')
url='https://github.com/Openarl/PathOfBuilding'
license=('MIT')
pkgver=1.4.170.r1028.37.479
-depends=('zlib' 'qt5-base' 'luajit' 'libgl' 'curl')
+depends=('zlib' 'qt5-base' 'luajit' 'libgl' 'curl' 'ttf-liberation' 'ttf-bitstream-vera')
makedepends=('meson' 'ninja' 'unzip' 'rsync')
source=(