diff options
author | Stephan Springer | 2021-04-27 19:05:27 +0200 |
---|---|---|
committer | Stephan Springer | 2021-04-27 19:05:31 +0200 |
commit | 5a22d3011595b7bebc5cc2726c7f774fe8c4b264 (patch) | |
tree | ebda3505a3ddd8ccb8d68e3556d837117e4f607d /PKGBUILD | |
parent | 198b96ad734040881017b8c464db05bf5dc65329 (diff) | |
download | packages-5a22d3011595b7bebc5cc2726c7f774fe8c4b264.tar.gz packages-5a22d3011595b7bebc5cc2726c7f774fe8c4b264.tar.bz2 packages-5a22d3011595b7bebc5cc2726c7f774fe8c4b264.zip |
update upstream URL and source location again
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ pkgver=0.4.4 | |||
19 | pkgrel=3 | 19 | pkgrel=3 |
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://github.com/popcorn-official/popcorn-desktop" |
23 | license=('GPL3') | 23 | license=('GPL3') |
24 | depends=('nss' 'ttf-font' 'libxss' 'gtk3') | 24 | depends=('nss' 'ttf-font' 'libxss' 'gtk3') |
25 | makedepends=('unzip') | 25 | makedepends=('unzip') |
@@ -27,7 +27,7 @@ provides=('popcorntime' 'popcorntime-ce') | |||
27 | conflicts=('popcorntime' 'popcorntime-ce') | 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://web.archive.org/web/20200515084526if_/https://mirror02.popcorntime.app/build/$_zipfile" | 30 | source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" |
31 | "${_pkgname}.desktop" ) | 31 | "${_pkgname}.desktop" ) |
32 | sha256sums=('fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314' | 32 | sha256sums=('fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314' |
33 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') | 33 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') |