diff options
author | ricardofunke | 2015-07-12 21:15:59 -0300 |
---|---|---|
committer | ricardofunke | 2015-07-12 21:15:59 -0300 |
commit | 8292808c573a809f3e5e1dc7ee6af8f3cae83109 (patch) | |
tree | 03d237a2a613faa9d6a25953bf57d95e9fad7f06 /PKGBUILD | |
parent | a0ab06aa0e41192822c8b5b88a50ab407bd83db7 (diff) | |
download | packages-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-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,19 +11,19 @@ | |||
11 | pkgname=popcorntime-bin | 11 | pkgname=popcorntime-bin |
12 | pkgver=0.3.8.0 | 12 | pkgver=0.3.8.0 |
13 | _pkgver='0.3.8-0' | 13 | _pkgver='0.3.8-0' |
14 | pkgrel=4 | 14 | pkgrel=5 |
15 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." | 15 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." |
16 | arch=('x86_64' 'i686') | 16 | arch=('x86_64' 'i686') |
17 | url="http://popcorntime.io/" | 17 | url="http://popcorntime.io/" |
18 | license=('GPL3') | 18 | license=('GPL3') |
19 | depends=('libsystemd' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') | 19 | depends=('libsystemd' 'libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') |
20 | optdepends=('net-tools: necessary for the new vpn feature') | 20 | optdepends=('net-tools: necessary for the new vpn feature') |
21 | provides=('popcorntime') | 21 | provides=('popcorntime') |
22 | conflicts=('popcorntime') | 22 | conflicts=('popcorntime') |
23 | options=('!strip') | 23 | options=('!strip') |
24 | install="popcorntime.install" | 24 | install="popcorntime.install" |
25 | sha1sums=('e0d34c48fb55680f922b62d31121032c744fb183' | 25 | sha1sums=('e0d34c48fb55680f922b62d31121032c744fb183' |
26 | '23ee4387bebeaec41fb5b2d0428dd0ff5d0cad73' | 26 | 'd2e56426a321faabd316ea0bc89b2fa2fb0dfa48' |
27 | '98cba5c0c979d37e601cc33cf3b562f106427d36') | 27 | '98cba5c0c979d37e601cc33cf3b562f106427d36') |
28 | 28 | ||
29 | _platform='Linux-64' | 29 | _platform='Linux-64' |