From 0ec695b37dff39f93a184236cd6521625a262dda Mon Sep 17 00:00:00 2001 From: ricardofunke Date: Thu, 20 Aug 2015 11:46:33 -0300 Subject: replacing ttf-liberation with ttf-font and providing ttf-liberation as an optional dependency --- .SRCINFO | 5 +++-- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 749c6dd..2b3a60f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = popcorntime-bin pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch. pkgver = 0.3.8.3 - pkgrel = 1 + pkgrel = 2 url = http://popcorntime.io/ install = popcorntime.install arch = x86_64 @@ -9,13 +9,14 @@ pkgbase = popcorntime-bin license = GPL3 depends = libnotify depends = desktop-file-utils - depends = ttf-liberation + depends = ttf-font depends = gconf depends = nss depends = libxtst depends = gtk2 depends = alsa-lib optdepends = net-tools: necessary for the new vpn feature + optdepends = ttf-liberation provides = popcorntime conflicts = popcorntime options = !strip diff --git a/PKGBUILD b/PKGBUILD index f88644d..73ea56d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,13 +11,13 @@ pkgname=popcorntime-bin pkgver=0.3.8.3 _pkgver='0.3.8-3' -pkgrel=1 +pkgrel=2 pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." arch=('x86_64' 'i686') url="http://popcorntime.io/" license=('GPL3') -depends=('libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') -optdepends=('net-tools: necessary for the new vpn feature') +depends=('libnotify' 'desktop-file-utils' 'ttf-font' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') +optdepends=('net-tools: necessary for the new vpn feature' 'ttf-liberation') provides=('popcorntime') conflicts=('popcorntime') options=('!strip') -- cgit v1.2.3-70-g09d2