diff options
author | ricardofunke | 2015-10-31 16:40:32 -0200 |
---|---|---|
committer | ricardofunke | 2015-10-31 16:40:32 -0200 |
commit | 81ed89a299dd673e24b4d42af145f2fcb4fc941b (patch) | |
tree | 74056bf057d0212c356bd91967b13159e4847ff1 /PKGBUILD | |
parent | b2dcfa4f75d0d9e326f524889b322edd0808e239 (diff) | |
download | packages-81ed89a299dd673e24b4d42af145f2fcb4fc941b.tar.gz packages-81ed89a299dd673e24b4d42af145f2fcb4fc941b.tar.bz2 packages-81ed89a299dd673e24b4d42af145f2fcb4fc941b.zip |
Update to 0.3.8.5-3: Changing source to a cache site
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,7 +12,7 @@ | |||
12 | pkgname=popcorntime-bin | 12 | pkgname=popcorntime-bin |
13 | pkgver=0.3.8.5 | 13 | pkgver=0.3.8.5 |
14 | _pkgver='0.3.8-5' | 14 | _pkgver='0.3.8-5' |
15 | pkgrel=2 | 15 | pkgrel=3 |
16 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." | 16 | pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch." |
17 | arch=('x86_64' 'i686') | 17 | arch=('x86_64' 'i686') |
18 | url="http://popcorntime.io/" | 18 | url="http://popcorntime.io/" |
@@ -34,7 +34,8 @@ if [ "$CARCH" = 'i686' ]; then | |||
34 | sha1sums[0]='ec994d8a0420857018aabf8555926b0a6d43a1f1' | 34 | sha1sums[0]='ec994d8a0420857018aabf8555926b0a6d43a1f1' |
35 | fi | 35 | fi |
36 | 36 | ||
37 | source=("http://get.popcorntime.io/build/Popcorn-Time-${_pkgver}-${_platform}.tar.xz" | 37 | #source=("http://get.popcorntime.io/build/Popcorn-Time-${_pkgver}-${_platform}.tar.xz" |
38 | source=("http://web.archive.org/web/20150909191012/http://get.popcorntime.io/build/Popcorn-Time-${_pkgver}-${_platform}.tar.xz" | ||
38 | "popcorntime.install" | 39 | "popcorntime.install" |
39 | "popcorntime.desktop") | 40 | "popcorntime.desktop") |
40 | 41 | ||