aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-04-14 17:29:09 +0200
committerStephan Springer2020-04-14 17:29:09 +0200
commit833e53bdce674116dd8ba8c41bf86904748eeb82 (patch)
treee010a85d43423ee3e6b64a288cc176b9c3c4131f
parent54d7c4f57534019bd3d9475090b78b0271d9b010 (diff)
downloadpackages-833e53bdce674116dd8ba8c41bf86904748eeb82.tar.gz
packages-833e53bdce674116dd8ba8c41bf86904748eeb82.tar.bz2
packages-833e53bdce674116dd8ba8c41bf86904748eeb82.zip
update to version 0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf0d40..47496e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3 3 pkgver = 0.4.4
4 pkgrel = 1 4 pkgrel = 1
5 url = https://popcorntime.app/ 5 url = https://popcorntime.app/
6 arch = x86_64 6 arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = popcorntime-bin
16 conflicts = popcorntime 16 conflicts = popcorntime
17 conflicts = popcorntime-ce 17 conflicts = popcorntime-ce
18 options = !strip 18 options = !strip
19 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.3/Popcorn-Time-0.4.3-linux64.zip 19 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.4/Popcorn-Time-0.4.4-linux64.zip
20 source = popcorntime.desktop 20 source = popcorntime.desktop
21 sha256sums = c05f78039b18ae28265e720cc9f04f313ed9626eff1ab894a4cf8c5832b5ad9e 21 sha256sums = fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314
22 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 22 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
23 23
24pkgname = popcorntime-bin 24pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2fd44ff..86552de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
15 15
16pkgname=popcorntime-bin 16pkgname=popcorntime-bin
17_pkgname=popcorntime 17_pkgname=popcorntime
18pkgver=0.4.3 18pkgver=0.4.4
19pkgrel=1 19pkgrel=1
20pkgdesc="Stream free movies and TV shows from torrents" 20pkgdesc="Stream free movies and TV shows from torrents"
21arch=('x86_64') 21arch=('x86_64')
@@ -29,7 +29,7 @@ options=('!strip')
29_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 29_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
30source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v$pkgver/$_zipfile" 30source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v$pkgver/$_zipfile"
31 "${_pkgname}.desktop" ) 31 "${_pkgname}.desktop" )
32sha256sums=('c05f78039b18ae28265e720cc9f04f313ed9626eff1ab894a4cf8c5832b5ad9e' 32sha256sums=('fdfabf8800c385bafec4bf162dd26f7df6d8c4c24671dce0aa23997716c5a314'
33 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 33 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
34 34
35package() { 35package() {