From 8292808c573a809f3e5e1dc7ee6af8f3cae83109 Mon Sep 17 00:00:00 2001 From: ricardofunke Date: Sun, 12 Jul 2015 21:15:59 -0300 Subject: Update to 0.3.8.0-5 adding libnotify and desktop-file-utils as dependencies and the "update-desktop-database -q" command to the .install file --- .SRCINFO | 6 ++++-- PKGBUILD | 6 +++--- popcorntime.install | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 398c523..541b3a8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,15 @@ pkgbase = popcorntime-bin 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 = x86_64 arch = i686 license = GPL3 depends = libsystemd + depends = libnotify + depends = desktop-file-utils depends = ttf-liberation depends = gconf depends = nss @@ -22,7 +24,7 @@ pkgbase = popcorntime-bin source = popcorntime.install source = popcorntime.desktop sha1sums = e0d34c48fb55680f922b62d31121032c744fb183 - sha1sums = 23ee4387bebeaec41fb5b2d0428dd0ff5d0cad73 + sha1sums = d2e56426a321faabd316ea0bc89b2fa2fb0dfa48 sha1sums = 98cba5c0c979d37e601cc33cf3b562f106427d36 pkgname = popcorntime-bin diff --git a/PKGBUILD b/PKGBUILD index 292d205..7240519 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,19 +11,19 @@ pkgname=popcorntime-bin 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=('x86_64' 'i686') url="http://popcorntime.io/" license=('GPL3') -depends=('libsystemd' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') +depends=('libsystemd' 'libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') optdepends=('net-tools: necessary for the new vpn feature') provides=('popcorntime') conflicts=('popcorntime') options=('!strip') install="popcorntime.install" sha1sums=('e0d34c48fb55680f922b62d31121032c744fb183' - '23ee4387bebeaec41fb5b2d0428dd0ff5d0cad73' + 'd2e56426a321faabd316ea0bc89b2fa2fb0dfa48' '98cba5c0c979d37e601cc33cf3b562f106427d36') _platform='Linux-64' diff --git a/popcorntime.install b/popcorntime.install index 55a36e4..380b52e 100644 --- a/popcorntime.install +++ b/popcorntime.install @@ -1,4 +1,5 @@ post_install() { + update-desktop-database -q echo echo "WARNING: Popcorn Time streams movies from Torrents" echo "Downloading copyrighted material may be illegal in your country!" -- cgit v1.2.3-70-g09d2