summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlif Rachmawadi2018-01-17 09:03:05 +0700
committerAlif Rachmawadi2018-01-17 09:03:05 +0700
commit69d11ff8ee4b6accc8d812ef2bfb0c0be7fc9f83 (patch)
tree4ba077c1c76f6f4753f717eafc06a9829e9d2cbf
parent30405335bd4efc737b410879cad722ff3ea0b54d (diff)
downloadaur-69d11ff8ee4b6accc8d812ef2bfb0c0be7fc9f83.tar.gz
added ttf-ms-fonts as optional dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61ef5effa278..96e98076ba87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wavebox-bin
pkgdesc = The next generation of web-desktop communication
pkgver = 3.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://wavebox.io/
arch = x86_64
arch = i686
@@ -15,6 +15,7 @@ pkgbase = wavebox-bin
depends = libappindicator-gtk2
optdepends = gvfs
optdepends = libnotify
+ optdepends = ttf-ms-fonts
provides = wavebox
options = !strip
source = wavebox.desktop
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")