diff options
author | Pieter Goetschalckx | 2016-02-28 17:24:09 +0100 |
---|---|---|
committer | Pieter Goetschalckx | 2016-02-28 17:24:09 +0100 |
commit | 6fcc94eb142ae7f16370c3b2b5b0adfbcaeaa974 (patch) | |
tree | f40c3112b6cbb9839118cd1305fb2e84d3301fb4 /PKGBUILD | |
parent | ccd4579216b147e3e4f53797d8b40a3cae86c359 (diff) | |
download | packages-6fcc94eb142ae7f16370c3b2b5b0adfbcaeaa974.tar.gz packages-6fcc94eb142ae7f16370c3b2b5b0adfbcaeaa974.tar.bz2 packages-6fcc94eb142ae7f16370c3b2b5b0adfbcaeaa974.zip |
mksrcinfo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,8 +27,8 @@ source=("${_pkgname}.desktop") | |||
27 | source_i686=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-32.tar.xz") | 27 | source_i686=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-32.tar.xz") |
28 | source_x86_64=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-64.tar.xz") | 28 | source_x86_64=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-64.tar.xz") |
29 | sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') | 29 | sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') |
30 | sha256sums_i686=('7793f41c7a9b1c2431ade59e5cf86a49b2286719292676bd93811bce691430e2') | 30 | sha256sums_i686=('3678e52f3a808c57ef492cf51ca43320408bd8ba7780fbb623abb63ca8d37ad6') |
31 | sha256sums_x86_64=('bfa3a62ed0008c5e79c7fa5982c53f184ba71ed18431ffed55bbb679dbd4c860') | 31 | sha256sums_x86_64=('9b92566d3eea3eeb3529ca1e59d6a86a904706e5b83e4bc8b20477ced90d10ad') |
32 | 32 | ||
33 | [ "$CARCH" = "i686" ] && _platform=linux32 | 33 | [ "$CARCH" = "i686" ] && _platform=linux32 |
34 | [ "$CARCH" = "x86_64" ] && _platform=linux64 | 34 | [ "$CARCH" = "x86_64" ] && _platform=linux64 |