diff options
| -rw-r--r-- | .SRCINFO | 6 | ||||
| -rw-r--r-- | PKGBUILD | 6 | ||||
| -rw-r--r-- | popcorntime.install | 1 |
3 files changed, 8 insertions, 5 deletions
| @@ -1,13 +1,15 @@ | |||
| 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 = 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 | ||
| 28 | pkgname = popcorntime-bin | 30 | pkgname = popcorntime-bin |
| @@ -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' |
diff --git a/popcorntime.install b/popcorntime.install index 55a36e4..380b52e 100644 --- a/popcorntime.install +++ b/popcorntime.install | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | post_install() { | 1 | post_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!" |
