aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--popcorntime-bin/.SRCINFO6
-rw-r--r--popcorntime-bin/PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/popcorntime-bin/.SRCINFO b/popcorntime-bin/.SRCINFO
index 28a5457..4b2b470 100644
--- a/popcorntime-bin/.SRCINFO
+++ b/popcorntime-bin/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = popcorntime-bin 1pkgbase = popcorntime-bin
2 pkgdesc = Stream free movies and TV shows from torrents 2 pkgdesc = Stream free movies and TV shows from torrents
3 pkgver = 0.5.1 3 pkgver = 0.5.1
4 pkgrel = 1 4 pkgrel = 2
5 url = https://github.com/popcorn-official/popcorn-desktop 5 url = https://github.com/popcorn-official/popcorn-desktop
6 arch = x86_64 6 arch = x86_64
7 license = GPL3 7 license = GPL3
@@ -11,13 +11,11 @@ pkgbase = popcorntime-bin
11 depends = libxss 11 depends = libxss
12 depends = gtk3 12 depends = gtk3
13 provides = popcorntime 13 provides = popcorntime
14 provides = popcorntime-ce
15 conflicts = popcorntime 14 conflicts = popcorntime
16 conflicts = popcorntime-ce
17 options = !strip 15 options = !strip
18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.1/Popcorn-Time-0.5.1-linux64.zip 16 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.1/Popcorn-Time-0.5.1-linux64.zip
19 source = popcorntime.desktop 17 source = popcorntime.desktop
20 sha256sums = b5b5a4feec6f1be0b6fd79670d739bc1f62734378c7659634d2e152e51da29b3 18 sha256sums = 942b088a8476e761963fffb0370913c393cb49a97f33dc7a9a547f10a39dfe1b
21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 19 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
22 20
23pkgname = popcorntime-bin 21pkgname = popcorntime-bin
diff --git a/popcorntime-bin/PKGBUILD b/popcorntime-bin/PKGBUILD
index e552600..43deb61 100644
--- a/popcorntime-bin/PKGBUILD
+++ b/popcorntime-bin/PKGBUILD
@@ -18,20 +18,20 @@
18pkgname=popcorntime-bin 18pkgname=popcorntime-bin
19_pkgname=popcorntime 19_pkgname=popcorntime
20pkgver=0.5.1 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=('b5b5a4feec6f1be0b6fd79670d739bc1f62734378c7659634d2e152e51da29b3' 34sha256sums=('942b088a8476e761963fffb0370913c393cb49a97f33dc7a9a547f10a39dfe1b'
35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
36 36
37package() { 37package() {