summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3dca9bb..2d4cb7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
1# Maintainer : Barfin 1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2# Contributor : Barfin
2# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com> 3# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com>
3# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> 4# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com>
4# Contributor: Bastien Traverse <firstname at lastname dot email> 5# Contributor: Bastien Traverse <firstname at lastname dot email>
@@ -16,7 +17,7 @@
16 17
17pkgname=popcorntime-bin 18pkgname=popcorntime-bin
18_pkgname=popcorntime 19_pkgname=popcorntime
19pkgver=0.4.5 20pkgver=0.4.6
20pkgrel=1 21pkgrel=1
21pkgdesc="Stream free movies and TV shows from torrents" 22pkgdesc="Stream free movies and TV shows from torrents"
22arch=('x86_64') 23arch=('x86_64')
@@ -30,7 +31,7 @@ options=('!strip')
30_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 31_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
31source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" 32source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile"
32 "${_pkgname}.desktop" ) 33 "${_pkgname}.desktop" )
33sha256sums=('2c88cd9b9455f52d90bb4f1d868a7c9cfb8093ea0d3cd7b338f8ce5a8ede01fa' 34sha256sums=('0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3'
34 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
35 36
36package() { 37package() {