summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2b1db2..3dca9bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
1# Maintainer: Stephan Springer <buzo+arch (at) Lini (dot) de> 1# Maintainer : Barfin
2# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com> 2# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com>
3# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> 3# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com>
4# Contributor: Bastien Traverse <firstname at lastname dot email> 4# Contributor: Bastien Traverse <firstname at lastname dot email>
@@ -12,11 +12,12 @@
12# Contributor: Giulio Fidente <gfidente [at] gmail [dot] com> 12# Contributor: Giulio Fidente <gfidente [at] gmail [dot] com>
13# Contributor: xantares <xantares09 [at] hotmail [dot] com> 13# Contributor: xantares <xantares09 [at] hotmail [dot] com>
14# Contributor: petterk <stifler3k [at] hotmail [dot] com> 14# Contributor: petterk <stifler3k [at] hotmail [dot] com>
15# Contributor: Stephan Springer <buzo+arch (at) Lini (dot) de>
15 16
16pkgname=popcorntime-bin 17pkgname=popcorntime-bin
17_pkgname=popcorntime 18_pkgname=popcorntime
18pkgver=0.4.4 19pkgver=0.4.5
19pkgrel=3 20pkgrel=1
20pkgdesc="Stream free movies and TV shows from torrents" 21pkgdesc="Stream free movies and TV shows from torrents"
21arch=('x86_64') 22arch=('x86_64')
22url="https://github.com/popcorn-official/popcorn-desktop" 23url="https://github.com/popcorn-official/popcorn-desktop"
@@ -29,7 +30,7 @@ options=('!strip')
29_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 30_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
30source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" 31source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile"
31 "${_pkgname}.desktop" ) 32 "${_pkgname}.desktop" )
32sha256sums=('fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314' 33sha256sums=('2c88cd9b9455f52d90bb4f1d868a7c9cfb8093ea0d3cd7b338f8ce5a8ede01fa'
33 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 34 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
34 35
35package() { 36package() {