summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorricardofunke2015-07-12 21:15:59 -0300
committerricardofunke2015-07-12 21:15:59 -0300
commit8292808c573a809f3e5e1dc7ee6af8f3cae83109 (patch)
tree03d237a2a613faa9d6a25953bf57d95e9fad7f06
parenta0ab06aa0e41192822c8b5b88a50ab407bd83db7 (diff)
downloadpackages-8292808c573a809f3e5e1dc7ee6af8f3cae83109.tar.gz
packages-8292808c573a809f3e5e1dc7ee6af8f3cae83109.tar.bz2
packages-8292808c573a809f3e5e1dc7ee6af8f3cae83109.zip
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
-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 398c523..541b3a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
1pkgbase = popcorntime-bin 1pkgbase = popcorntime-bin
2 pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch. 2 pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
3 pkgver = 0.3.8.0 3 pkgver = 0.3.8.0
4 pkgrel = 4 4 pkgrel = 5
5 url = http://popcorntime.io/ 5 url = http://popcorntime.io/
6 install = popcorntime.install 6 install = popcorntime.install
7 arch = x86_64 7 arch = x86_64
8 arch = i686 8 arch = i686
9 license = GPL3 9 license = GPL3
10 depends = libsystemd 10 depends = libsystemd
11 depends = libnotify
12 depends = desktop-file-utils
11 depends = ttf-liberation 13 depends = ttf-liberation
12 depends = gconf 14 depends = gconf
13 depends = nss 15 depends = nss
@@ -22,7 +24,7 @@ pkgbase = popcorntime-bin
22 source = popcorntime.install 24 source = popcorntime.install
23 source = popcorntime.desktop 25 source = popcorntime.desktop
24 sha1sums = e0d34c48fb55680f922b62d31121032c744fb183 26 sha1sums = e0d34c48fb55680f922b62d31121032c744fb183
25 sha1sums = 23ee4387bebeaec41fb5b2d0428dd0ff5d0cad73 27 sha1sums = d2e56426a321faabd316ea0bc89b2fa2fb0dfa48
26 sha1sums = 98cba5c0c979d37e601cc33cf3b562f106427d36 28 sha1sums = 98cba5c0c979d37e601cc33cf3b562f106427d36
27 29
28pkgname = popcorntime-bin 30pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 292d205..7240519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,19 +11,19 @@
11pkgname=popcorntime-bin 11pkgname=popcorntime-bin
12pkgver=0.3.8.0 12pkgver=0.3.8.0
13_pkgver='0.3.8-0' 13_pkgver='0.3.8-0'
14pkgrel=4 14pkgrel=5
15pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." 15pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
16arch=('x86_64' 'i686') 16arch=('x86_64' 'i686')
17url="http://popcorntime.io/" 17url="http://popcorntime.io/"
18license=('GPL3') 18license=('GPL3')
19depends=('libsystemd' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') 19depends=('libsystemd' 'libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib')
20optdepends=('net-tools: necessary for the new vpn feature') 20optdepends=('net-tools: necessary for the new vpn feature')
21provides=('popcorntime') 21provides=('popcorntime')
22conflicts=('popcorntime') 22conflicts=('popcorntime')
23options=('!strip') 23options=('!strip')
24install="popcorntime.install" 24install="popcorntime.install"
25sha1sums=('e0d34c48fb55680f922b62d31121032c744fb183' 25sha1sums=('e0d34c48fb55680f922b62d31121032c744fb183'
26 '23ee4387bebeaec41fb5b2d0428dd0ff5d0cad73' 26 'd2e56426a321faabd316ea0bc89b2fa2fb0dfa48'
27 '98cba5c0c979d37e601cc33cf3b562f106427d36') 27 '98cba5c0c979d37e601cc33cf3b562f106427d36')
28 28
29_platform='Linux-64' 29_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 @@
1post_install() { 1post_install() {
2 update-desktop-database -q
2 echo 3 echo
3 echo "WARNING: Popcorn Time streams movies from Torrents" 4 echo "WARNING: Popcorn Time streams movies from Torrents"
4 echo "Downloading copyrighted material may be illegal in your country!" 5 echo "Downloading copyrighted material may be illegal in your country!"