summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2015-07-14 16:02:53 +0300
committervlad2015-07-14 16:02:53 +0300
commit8b9260a120f652c0e097822df51e558d111c32d7 (patch)
treea99eaa056c0301b325ceaa5409cc9a562df1c0da
parentff889729a6b33ddb70c5d980f72c9f5b1364f2b4 (diff)
downloadaur-8b9260a120f652c0e097822df51e558d111c32d7.tar.gz
Back to ttf-font
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9746d3d861bd..9a2f4ad6ce93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = 0.3.8.0
- pkgrel = 4
+ pkgrel = 5
url = http://popcorntime.io/
install = popcorntime.install
arch = i686
@@ -17,8 +17,10 @@ pkgbase = popcorntime
depends = libnotify
depends = libxtst
depends = nss
- depends = ttf-liberation
+ depends = ttf-font
optdepends = net-tools: vpn.ht client
+ optdepends = ttf-liberation
+ optdepends = ttf-ms-fonts
options = !strip
source = desktop-v0.3.8-0.tar.bz2::https://git.popcorntime.io/popcorntime/desktop/repository/archive.tar.bz2?ref=v0.3.8-0
source = desktop-i18n-master.tar.bz2::https://git.popcorntime.io/popcorntime/desktop-i18n/repository/archive.tar.bz2?ref=master
diff --git a/PKGBUILD b/PKGBUILD
index 378c4b459363..6240715972d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=popcorntime
pkgver=0.3.8.0
_pkgver=0.3.8-0
-pkgrel=4
+pkgrel=5
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
url="http://popcorntime.io/"
@@ -24,8 +24,10 @@ depends=('alsa-lib'
'libnotify'
'libxtst'
'nss'
- 'ttf-liberation')
-optdepends=('net-tools: vpn.ht client')
+ 'ttf-font')
+optdepends=('net-tools: vpn.ht client'
+ 'ttf-liberation'
+ 'ttf-ms-fonts')
options=('!strip')
install="popcorntime.install"
_gitname=desktop.git