aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2022-07-16 16:39:48 +0300
committerYigit Sever2022-07-16 16:39:48 +0300
commit908cfab707032e21f666e7cf8e84203abd9ee555 (patch)
tree149ac7cdcb2a91bb04022dd615efbeee905a9ae4
parent9039b908d4508e71bf6205d0f82e5f7de907201d (diff)
downloadpackages-908cfab707032e21f666e7cf8e84203abd9ee555.tar.gz
packages-908cfab707032e21f666e7cf8e84203abd9ee555.tar.bz2
packages-908cfab707032e21f666e7cf8e84203abd9ee555.zip
Upstream released 0.4.8 again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b31e7e9..d69848e 100644
--- a/.SRCINFO
+++ b/.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.4.8 3 pkgver = 0.4.8
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
@@ -17,7 +17,7 @@ pkgbase = popcorntime-bin
17 options = !strip 17 options = !strip
18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.8/Popcorn-Time-0.4.8-linux64.zip 18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.8/Popcorn-Time-0.4.8-linux64.zip
19 source = popcorntime.desktop 19 source = popcorntime.desktop
20 sha256sums = 252f337747f9b1e7195786112a5a6ab3713ce7fa7abd297ba76d393d1f4f225f 20 sha256sums = a2f6cfa554b26a04b6db29d2b41f074c7c90d11a7d99a76211beac50bf540f78
21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
22 22
23pkgname = popcorntime-bin 23pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2e7aa12..9fd95c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
18pkgname=popcorntime-bin 18pkgname=popcorntime-bin
19_pkgname=popcorntime 19_pkgname=popcorntime
20pkgver=0.4.8 20pkgver=0.4.8
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"
@@ -31,7 +31,7 @@ options=('!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=('252f337747f9b1e7195786112a5a6ab3713ce7fa7abd297ba76d393d1f4f225f' 34sha256sums=('a2f6cfa554b26a04b6db29d2b41f074c7c90d11a7d99a76211beac50bf540f78'
35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
36 36
37package() { 37package() {