diff options
author | Stephan Springer | 2020-03-30 19:55:04 +0200 |
---|---|---|
committer | Stephan Springer | 2020-03-30 19:55:04 +0200 |
commit | 2356a5e3d449b55358b11543df69098cce84c8e9 (patch) | |
tree | 5c3c7b17dcbc43ec30b13e7053d5cde4623cdf50 /PKGBUILD | |
parent | 5ab03b973ddbb0c2ef008c06d02f73c460e2feb5 (diff) | |
download | packages-2356a5e3d449b55358b11543df69098cce84c8e9.tar.gz packages-2356a5e3d449b55358b11543df69098cce84c8e9.tar.bz2 packages-2356a5e3d449b55358b11543df69098cce84c8e9.zip |
clean up dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,15 +16,15 @@ | |||
16 | pkgname=popcorntime-bin | 16 | pkgname=popcorntime-bin |
17 | _pkgname=popcorntime | 17 | _pkgname=popcorntime |
18 | pkgver=0.4.1 | 18 | pkgver=0.4.1 |
19 | pkgrel=1 | 19 | pkgrel=2 |
20 | pkgdesc="Stream free movies and TV shows from torrents" | 20 | pkgdesc="Stream free movies and TV shows from torrents" |
21 | arch=('x86_64') | 21 | arch=('x86_64') |
22 | url="https://popcorntime.app/" | 22 | url="https://popcorntime.app/" |
23 | license=('GPL3') | 23 | license=('GPL3') |
24 | depends=('nss' 'ttf-font' 'libxss' 'gconf' 'gtk2' 'gtk3') | 24 | depends=('nss' 'ttf-font' 'libxss' 'gtk2' 'gtk3') |
25 | makedepends=('unzip') | 25 | makedepends=('unzip') |
26 | provides=('popcorntime' 'popcorn-time-ce' 'popcorntime-ci-bin' 'popcorntime-stable-bin') | 26 | provides=('popcorntime' 'popcorntime-ce') |
27 | conflicts=('popcorntime') | 27 | conflicts=('popcorntime' 'popcorntime-ce') |
28 | options=('!strip') | 28 | options=('!strip') |
29 | _zipfile="Popcorn-Time-${pkgver}-linux64.zip" | 29 | _zipfile="Popcorn-Time-${pkgver}-linux64.zip" |
30 | source=("https://get.popcorntime.app/build/$_zipfile" | 30 | source=("https://get.popcorntime.app/build/$_zipfile" |