aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2021-04-27 19:05:27 +0200
committerStephan Springer2021-04-27 19:05:31 +0200
commit5a22d3011595b7bebc5cc2726c7f774fe8c4b264 (patch)
treeebda3505a3ddd8ccb8d68e3556d837117e4f607d
parent198b96ad734040881017b8c464db05bf5dc65329 (diff)
downloadpackages-5a22d3011595b7bebc5cc2726c7f774fe8c4b264.tar.gz
packages-5a22d3011595b7bebc5cc2726c7f774fe8c4b264.tar.bz2
packages-5a22d3011595b7bebc5cc2726c7f774fe8c4b264.zip
update upstream URL and source location again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6955fa9..693d36a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = popcorntime-bin
2 pkgdesc = Stream free movies and TV shows from torrents 2 pkgdesc = Stream free movies and TV shows from torrents
3 pkgver = 0.4.4 3 pkgver = 0.4.4
4 pkgrel = 3 4 pkgrel = 3
5 url = https://popcorntime.app/ 5 url = https://github.com/popcorn-official/popcorn-desktop
6 arch = x86_64 6 arch = x86_64
7 license = GPL3 7 license = GPL3
8 makedepends = unzip 8 makedepends = unzip
@@ -15,7 +15,7 @@ pkgbase = popcorntime-bin
15 conflicts = popcorntime 15 conflicts = popcorntime
16 conflicts = popcorntime-ce 16 conflicts = popcorntime-ce
17 options = !strip 17 options = !strip
18 source = https://web.archive.org/web/20200515084526if_/https://mirror02.popcorntime.app/build/Popcorn-Time-0.4.4-linux64.zip 18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.4/Popcorn-Time-0.4.4-linux64.zip
19 source = popcorntime.desktop 19 source = popcorntime.desktop
20 sha256sums = fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314 20 sha256sums = fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314
21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
diff --git a/PKGBUILD b/PKGBUILD
index 937f00e..f2b1db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgver=0.4.4
19pkgrel=3 19pkgrel=3
20pkgdesc="Stream free movies and TV shows from torrents" 20pkgdesc="Stream free movies and TV shows from torrents"
21arch=('x86_64') 21arch=('x86_64')
22url="https://popcorntime.app/" 22url="https://github.com/popcorn-official/popcorn-desktop"
23license=('GPL3') 23license=('GPL3')
24depends=('nss' 'ttf-font' 'libxss' 'gtk3') 24depends=('nss' 'ttf-font' 'libxss' 'gtk3')
25makedepends=('unzip') 25makedepends=('unzip')
@@ -27,7 +27,7 @@ provides=('popcorntime' 'popcorntime-ce')
27conflicts=('popcorntime' 'popcorntime-ce') 27conflicts=('popcorntime' 'popcorntime-ce')
28options=('!strip') 28options=('!strip')
29_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 29_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
30source=("https://web.archive.org/web/20200515084526if_/https://mirror02.popcorntime.app/build/$_zipfile" 30source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile"
31 "${_pkgname}.desktop" ) 31 "${_pkgname}.desktop" )
32sha256sums=('fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314' 32sha256sums=('fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314'
33 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 33 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')