summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b9bff0..2fd44ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@
15 15
16pkgname=popcorntime-bin 16pkgname=popcorntime-bin
17_pkgname=popcorntime 17_pkgname=popcorntime
18pkgver=0.4.1 18pkgver=0.4.3
19pkgrel=2 19pkgrel=1
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://popcorntime.app/"
@@ -27,9 +27,9 @@ 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://get.popcorntime.app/build/$_zipfile" 30source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v$pkgver/$_zipfile"
31 "${_pkgname}.desktop" ) 31 "${_pkgname}.desktop" )
32sha256sums=('e167c42ffa49d5bf9f530ad998275dbcf38195bd0b10a121922d91dd528d546c' 32sha256sums=('c05f78039b18ae28265e720cc9f04f313ed9626eff1ab894a4cf8c5832b5ad9e'
33 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 33 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
34 34
35package() { 35package() {