aboutsummaryrefslogtreecommitdiffstats
path: root/popcorntime-bin/PKGBUILD
diff options
context:
space:
mode:
diffstat (limited to 'popcorntime-bin/PKGBUILD')
-rw-r--r--popcorntime-bin/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/popcorntime-bin/PKGBUILD b/popcorntime-bin/PKGBUILD
index 3a77e19..43deb61 100644
--- a/popcorntime-bin/PKGBUILD
+++ b/popcorntime-bin/PKGBUILD
@@ -17,21 +17,21 @@
17 17
18pkgname=popcorntime-bin 18pkgname=popcorntime-bin
19_pkgname=popcorntime 19_pkgname=popcorntime
20pkgver=0.5.0 20pkgver=0.5.1
21pkgrel=1 21pkgrel=2
22pkgdesc="Stream free movies and TV shows from torrents" 22pkgdesc="Stream free movies and TV shows from torrents"
23arch=('x86_64') 23arch=('x86_64')
24url="https://github.com/popcorn-official/popcorn-desktop" 24url="https://github.com/popcorn-official/popcorn-desktop"
25license=('GPL3') 25license=('GPL3')
26depends=('nss' 'ttf-font' 'libxss' 'gtk3') 26depends=('nss' 'ttf-font' 'libxss' 'gtk3')
27makedepends=('unzip') 27makedepends=('unzip')
28provides=('popcorntime' 'popcorntime-ce') 28provides=('popcorntime')
29conflicts=('popcorntime' 'popcorntime-ce') 29conflicts=('popcorntime')
30options=('!strip') 30options=('!strip')
31_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 31_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
32source=("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"
33 "${_pkgname}.desktop" ) 33 "${_pkgname}.desktop" )
34sha256sums=('0391bae8a90243502238e3b4d9d645015cfa76abc2a26adde655d0e167354b4b' 34sha256sums=('942b088a8476e761963fffb0370913c393cb49a97f33dc7a9a547f10a39dfe1b'
35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
36 36
37package() { 37package() {