diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 | ||
17 | pkgname=popcorntime-bin | 18 | pkgname=popcorntime-bin |
18 | _pkgname=popcorntime | 19 | _pkgname=popcorntime |
19 | pkgver=0.4.5 | 20 | pkgver=0.4.6 |
20 | pkgrel=1 | 21 | pkgrel=1 |
21 | pkgdesc="Stream free movies and TV shows from torrents" | 22 | pkgdesc="Stream free movies and TV shows from torrents" |
22 | arch=('x86_64') | 23 | arch=('x86_64') |
@@ -30,7 +31,7 @@ options=('!strip') | |||
30 | _zipfile="Popcorn-Time-${pkgver}-linux64.zip" | 31 | _zipfile="Popcorn-Time-${pkgver}-linux64.zip" |
31 | source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" | 32 | source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" |
32 | "${_pkgname}.desktop" ) | 33 | "${_pkgname}.desktop" ) |
33 | sha256sums=('2c88cd9b9455f52d90bb4f1d868a7c9cfb8093ea0d3cd7b338f8ce5a8ede01fa' | 34 | sha256sums=('0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3' |
34 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') | 35 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') |
35 | 36 | ||
36 | package() { | 37 | package() { |