summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorricardofunke2015-07-12 21:15:59 -0300
committerricardofunke2015-07-12 21:15:59 -0300
commit8292808c573a809f3e5e1dc7ee6af8f3cae83109 (patch)
tree03d237a2a613faa9d6a25953bf57d95e9fad7f06 /PKGBUILD
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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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'