diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 11 insertions, 9 deletions
@@ -19,10 +19,12 @@ pkgbase = popcorntime-bin | |||
19 | provides = popcorn-time-ce | 19 | provides = popcorn-time-ce |
20 | conflicts = popcorntime | 20 | conflicts = popcorntime |
21 | options = !strip | 21 | options = !strip |
22 | source = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-.tar.xz | ||
23 | source = popcorntime.desktop | 22 | source = popcorntime.desktop |
24 | sha256sums = 4316a066af9c8f4bcad8f2fa59b32750c051617631f25c04d0f655f5ed13823d | ||
25 | sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 | 23 | sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 |
24 | source_i686 = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-32.tar.xz | ||
25 | sha256sums_i686 = 7793f41c7a9b1c2431ade59e5cf86a49b2286719292676bd93811bce691430e2 | ||
26 | source_x86_64 = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-64.tar.xz | ||
27 | sha256sums_x86_64 = bfa3a62ed0008c5e79c7fa5982c53f184ba71ed18431ffed55bbb679dbd4c860 | ||
26 | 28 | ||
27 | pkgname = popcorntime-bin | 29 | pkgname = popcorntime-bin |
28 | 30 | ||
@@ -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=3 | 16 | pkgrel=4 |
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" |
@@ -23,12 +23,12 @@ provides=('popcorntime' 'popcorn-time-ce') | |||
23 | conflicts=('popcorntime') | 23 | conflicts=('popcorntime') |
24 | options=('!strip') | 24 | options=('!strip') |
25 | install=popcorntime.install | 25 | install=popcorntime.install |
26 | [ "$CARCH" = "i686" ] && _platform='Linux-32' | 26 | source=("${_pkgname}.desktop") |
27 | [ "$CARCH" = "x86_64" ] && _platform='Linux-64' | 27 | source_i686=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-32.tar.xz") |
28 | source=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-${_platform}.tar.xz" | 28 | source_x86_64=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-64.tar.xz") |
29 | "${_pkgname}.desktop") | 29 | sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') |
30 | sha256sums=('4316a066af9c8f4bcad8f2fa59b32750c051617631f25c04d0f655f5ed13823d' | 30 | sha256sums_i686=('7793f41c7a9b1c2431ade59e5cf86a49b2286719292676bd93811bce691430e2') |
31 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') | 31 | sha256sums_x86_64=('bfa3a62ed0008c5e79c7fa5982c53f184ba71ed18431ffed55bbb679dbd4c860') |
32 | 32 | ||
33 | [ "$CARCH" = "i686" ] && _platform=linux32 | 33 | [ "$CARCH" = "i686" ] && _platform=linux32 |
34 | [ "$CARCH" = "x86_64" ] && _platform=linux64 | 34 | [ "$CARCH" = "x86_64" ] && _platform=linux64 |