summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlif Rachmawadi2018-01-17 09:03:05 +0700
committerAlif Rachmawadi2018-01-17 09:03:05 +0700
commit69d11ff8ee4b6accc8d812ef2bfb0c0be7fc9f83 (patch)
tree4ba077c1c76f6f4753f717eafc06a9829e9d2cbf /PKGBUILD
parent30405335bd4efc737b410879cad722ff3ea0b54d (diff)
downloadaur-69d11ff8ee4b6accc8d812ef2bfb0c0be7fc9f83.tar.gz
added ttf-ms-fonts as optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 046a8cf56aa3..ccffb6623d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wavebox-bin
pkgver=3.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="The next generation of web-desktop communication"
arch=('x86_64' 'i686')
url="https://wavebox.io/"
@@ -11,7 +11,7 @@ license=('Mozilla Public License version 2.0')
options=(!strip)
provides=('wavebox')
depends=('gconf' 'gtk2' 'libxtst' 'nss' 'alsa-lib' 'libxss' 'libappindicator-gtk2')
-optdepends=('gvfs' 'libnotify')
+optdepends=('gvfs' 'libnotify' 'ttf-ms-fonts')
source=('wavebox.desktop')
source_x86_64=("${_repourl}/releases/download/v${pkgver}/Wavebox_${pkgver//./_}_linux_${CARCH}.tar.gz")