summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Careil2020-06-20 22:03:27 +0200
committerBaptiste Careil2020-06-20 22:03:27 +0200
commit1122b414be7fe4c24c464b94293e2e3b09127375 (patch)
treec77a4d94370bc2b1f8436d1d60f19f0c3a208029
parent350bcf5c618c6b20b27ec07a4fcea21cd27b2c0a (diff)
downloadaur-1122b414be7fe4c24c464b94293e2e3b09127375.tar.gz
Added missing dependencies on fonts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24f87b027a19..95ef4d9d97d8 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 PoBFrontent, LocalIdentity's fork
pkgver = 1.4.169.3.r1701.37.479
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/PathOfBuildingCommunity/PathOfBuilding
arch = x86_64
license = MIT
@@ -14,6 +14,8 @@ pkgbase = path-of-building-community-git
depends = luajit
depends = libgl
depends = curl
+ depends = ttf-liberation
+ depends = ttf-bitstream-vera
noextract = PathOfBuilding-runtime-src.zip
source = git+https://github.com/PathOfBuildingCommunity/PathOfBuilding
source = git+https://github.com/philroberts/pobfrontend
diff --git a/PKGBUILD b/PKGBUILD
index 359c5c107221..f5ca28b879c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: bcareil <baptiste.careil@gmail.com>
pkgname='path-of-building-community-git'
-pkgrel=3
+pkgrel=4
pkgdesc="An offline build planner for Path of Exile using PoBFrontent, LocalIdentity's fork"
arch=('x86_64')
url='https://github.com/PathOfBuildingCommunity/PathOfBuilding'
license=('MIT')
pkgver=1.4.169.3.r1701.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=(