diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ | |||
13 | pkgname=popcorntime-bin | 13 | pkgname=popcorntime-bin |
14 | _pkgname=popcorntime | 14 | _pkgname=popcorntime |
15 | pkgver=0.3.9 | 15 | pkgver=0.3.9 |
16 | pkgrel=1 | 16 | pkgrel=2 |
17 | pkgdesc="Stream movies and TV shows from torrents" | 17 | pkgdesc="Stream movies and TV shows from torrents" |
18 | arch=('i686' 'x86_64') | 18 | arch=('i686' 'x86_64') |
19 | url="https://popcorntime.sh" | 19 | url="https://popcorntime.sh" |
@@ -27,7 +27,7 @@ install=popcorntime.install | |||
27 | [ "$CARCH" = "x86_64" ] && _platform='Linux-64' | 27 | [ "$CARCH" = "x86_64" ] && _platform='Linux-64' |
28 | source=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-${_platform}.tar.xz" | 28 | source=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-${_platform}.tar.xz" |
29 | "${_pkgname}.desktop") | 29 | "${_pkgname}.desktop") |
30 | sha256sums=('27db5a11580204add3494f0274d170bad2fcba0c9e4461d408a20dcd10b4eadf' | 30 | sha256sums=('42f2c92c90717eb23f890d1ca42dd4210a48a4b9013f9ab8273b32b3e80c8a84' |
31 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') | 31 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') |
32 | 32 | ||
33 | [ "$CARCH" = "i686" ] && _platform=linux32 | 33 | [ "$CARCH" = "i686" ] && _platform=linux32 |