aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-10-11 20:54:29 +0300
committerYigit Sever2021-10-11 20:54:29 +0300
commit9bc617fb6378bad53e07159c58b2d759d485e025 (patch)
tree6cc76aabf8813bf2f2a15342f14c919ce820a8c7
parenta89077976937034af38041ac790b4ae2b1c322ff (diff)
downloadpackages-9bc617fb6378bad53e07159c58b2d759d485e025.tar.gz
packages-9bc617fb6378bad53e07159c58b2d759d485e025.tar.bz2
packages-9bc617fb6378bad53e07159c58b2d759d485e025.zip
Update to v0.4.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6b0b4..8fd733f 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.5 3 pkgver = 0.4.6
4 pkgrel = 1 4 pkgrel = 1
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
@@ -15,9 +15,9 @@ pkgbase = popcorntime-bin
15 conflicts = popcorntime 15 conflicts = popcorntime
16 conflicts = popcorntime-ce 16 conflicts = popcorntime-ce
17 options = !strip 17 options = !strip
18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.5/Popcorn-Time-0.4.5-linux64.zip 18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.6/Popcorn-Time-0.4.6-linux64.zip
19 source = popcorntime.desktop 19 source = popcorntime.desktop
20 sha256sums = 2c88cd9b9455f52d90bb4f1d868a7c9cfb8093ea0d3cd7b338f8ce5a8ede01fa 20 sha256sums = 0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3
21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
22 22
23pkgname = popcorntime-bin 23pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3dca9bb..2d4cb7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
1# Maintainer : Barfin 1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2# Contributor : Barfin
2# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com> 3# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com>
3# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> 4# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com>
4# Contributor: Bastien Traverse <firstname at lastname dot email> 5# Contributor: Bastien Traverse <firstname at lastname dot email>
@@ -16,7 +17,7 @@
16 17
17pkgname=popcorntime-bin 18pkgname=popcorntime-bin
18_pkgname=popcorntime 19_pkgname=popcorntime
19pkgver=0.4.5 20pkgver=0.4.6
20pkgrel=1 21pkgrel=1
21pkgdesc="Stream free movies and TV shows from torrents" 22pkgdesc="Stream free movies and TV shows from torrents"
22arch=('x86_64') 23arch=('x86_64')
@@ -30,7 +31,7 @@ options=('!strip')
30_zipfile="Popcorn-Time-${pkgver}-linux64.zip" 31_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
31source=("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"
32 "${_pkgname}.desktop" ) 33 "${_pkgname}.desktop" )
33sha256sums=('2c88cd9b9455f52d90bb4f1d868a7c9cfb8093ea0d3cd7b338f8ce5a8ede01fa' 34sha256sums=('0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3'
34 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
35 36
36package() { 37package() {