summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--popcorntime.install1
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 398c523ea435..541b3a880afd 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 292d205927c2..72405191048b 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 55a36e400f89..380b52ef65c0 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!"