summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ac9e4..0b2ea4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = popcorntime-bin 1pkgbase = popcorntime-bin
2 pkgdesc = Stream movies and TV shows from torrents 2 pkgdesc = Stream movies and TV shows from torrents
3 pkgver = 0.3.9 3 pkgver = 0.3.9
4 pkgrel = 4 4 pkgrel = 5
5 url = https://popcorntime.sh 5 url = https://popcorntime.sh
6 install = popcorntime.install 6 install = popcorntime.install
7 arch = i686 7 arch = i686
@@ -22,9 +22,9 @@ pkgbase = popcorntime-bin
22 source = popcorntime.desktop 22 source = popcorntime.desktop
23 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 23 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
24 source_i686 = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-32.tar.xz 24 source_i686 = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-32.tar.xz
25 sha256sums_i686 = 3678e52f3a808c57ef492cf51ca43320408bd8ba7780fbb623abb63ca8d37ad6 25 sha256sums_i686 = SKIP
26 source_x86_64 = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-64.tar.xz 26 source_x86_64 = https://get.popcorntime.sh/build/Popcorn-Time-0.3.9-Linux-64.tar.xz
27 sha256sums_x86_64 = 9b92566d3eea3eeb3529ca1e59d6a86a904706e5b83e4bc8b20477ced90d10ad 27 sha256sums_x86_64 = SKIP
28 28
29pkgname = popcorntime-bin 29pkgname = popcorntime-bin
30 30
diff --git a/PKGBUILD b/PKGBUILD
index 69affde..45f5e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
13pkgname=popcorntime-bin 13pkgname=popcorntime-bin
14_pkgname=popcorntime 14_pkgname=popcorntime
15pkgver=0.3.9 15pkgver=0.3.9
16pkgrel=4 16pkgrel=5
17pkgdesc="Stream movies and TV shows from torrents" 17pkgdesc="Stream movies and TV shows from torrents"
18arch=('i686' 'x86_64') 18arch=('i686' 'x86_64')
19url="https://popcorntime.sh" 19url="https://popcorntime.sh"
@@ -27,8 +27,8 @@ source=("${_pkgname}.desktop")
27source_i686=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-32.tar.xz") 27source_i686=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-32.tar.xz")
28source_x86_64=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-64.tar.xz") 28source_x86_64=("https://get.popcorntime.sh/build/Popcorn-Time-${pkgver}-Linux-64.tar.xz")
29sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 29sha256sums=('4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
30sha256sums_i686=('3678e52f3a808c57ef492cf51ca43320408bd8ba7780fbb623abb63ca8d37ad6') 30sha256sums_i686=('SKIP')
31sha256sums_x86_64=('9b92566d3eea3eeb3529ca1e59d6a86a904706e5b83e4bc8b20477ced90d10ad') 31sha256sums_x86_64=('SKIP')
32 32
33[ "$CARCH" = "i686" ] && _platform=linux32 33[ "$CARCH" = "i686" ] && _platform=linux32
34[ "$CARCH" = "x86_64" ] && _platform=linux64 34[ "$CARCH" = "x86_64" ] && _platform=linux64