diff options
author | ricardofunke | 2015-07-15 11:46:38 -0300 |
---|---|---|
committer | ricardofunke | 2015-07-15 11:46:38 -0300 |
commit | f8716ff2a1f85eeb31a644c213af2e6ec162c233 (patch) | |
tree | 16541ccadb4186ba37f282fe9bedd549d7bd4d7f | |
parent | 8292808c573a809f3e5e1dc7ee6af8f3cae83109 (diff) | |
download | packages-f8716ff2a1f85eeb31a644c213af2e6ec162c233.tar.gz packages-f8716ff2a1f85eeb31a644c213af2e6ec162c233.tar.bz2 packages-f8716ff2a1f85eeb31a644c213af2e6ec162c233.zip |
Update to 0.3.8.0-6: Removing libsystemd as it is already pulled by some of the other dependencies
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -1,13 +1,12 @@ | |||
1 | pkgbase = popcorntime-bin | 1 | pkgbase = 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 = 5 | 4 | pkgrel = 6 |
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 | ||
11 | depends = libnotify | 10 | depends = libnotify |
12 | depends = desktop-file-utils | 11 | depends = desktop-file-utils |
13 | depends = ttf-liberation | 12 | depends = ttf-liberation |
@@ -11,12 +11,12 @@ | |||
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=5 | 14 | pkgrel=6 |
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' 'libnotify' 'desktop-file-utils' 'ttf-liberation' 'gconf' 'nss' 'libxtst' 'gtk2' 'alsa-lib') | 19 | depends=('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') |