aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-02-11 18:25:34 +0300
committerYigit Sever2024-02-11 18:25:34 +0300
commit6061ab8790cbd2c152ca7ab8641c6a9d419b20cb (patch)
treeaddf329f197bf1fefce74c1ffdfe25a45346ee8b
parent029d60a29ae7d9288169bf03b70d51bcb101d8a8 (diff)
downloadpackages-6061ab8790cbd2c152ca7ab8641c6a9d419b20cb.tar.gz
packages-6061ab8790cbd2c152ca7ab8641c6a9d419b20cb.tar.bz2
packages-6061ab8790cbd2c152ca7ab8641c6a9d419b20cb.zip
popcorntime-bin: Update to 0.5.0-1
upstream release
-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 37710d8..1201c12 100644
--- a/popcorntime-bin/.SRCINFO
+++ b/popcorntime-bin/.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.9 3 pkgver = 0.5.0
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.9/Popcorn-Time-0.4.9-linux64.zip 18 source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.0/Popcorn-Time-0.5.0-linux64.zip
19 source = popcorntime.desktop 19 source = popcorntime.desktop
20 sha256sums = 71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47 20 sha256sums = 0391bae8a90243502238e3b4d9d645015cfa76abc2a26adde655d0e167354b4b
21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 21 sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
22 22
23pkgname = popcorntime-bin 23pkgname = popcorntime-bin
diff --git a/popcorntime-bin/PKGBUILD b/popcorntime-bin/PKGBUILD
index c59e8cc..3a77e19 100644
--- a/popcorntime-bin/PKGBUILD
+++ b/popcorntime-bin/PKGBUILD
@@ -1,5 +1,5 @@
1# Maintainer: Yigit Sever <yigit at yigitsever dot com> 1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2# Contributor : Barfin 2# Contributor: Barfin
3# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com> 3# Contributor: Kostis Karantias <kkarantias [at] gmail [dot] com>
4# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> 4# Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com>
5# Contributor: Bastien Traverse <firstname at lastname dot email> 5# Contributor: Bastien Traverse <firstname at lastname dot email>
@@ -17,7 +17,7 @@
17 17
18pkgname=popcorntime-bin 18pkgname=popcorntime-bin
19_pkgname=popcorntime 19_pkgname=popcorntime
20pkgver=0.4.9 20pkgver=0.5.0
21pkgrel=1 21pkgrel=1
22pkgdesc="Stream free movies and TV shows from torrents" 22pkgdesc="Stream free movies and TV shows from torrents"
23arch=('x86_64') 23arch=('x86_64')
@@ -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=('fcf9c4d6ccd4fccaf7668707b16dcdd78d043b2d4f2a049f0edaf7afd8bb34f1' 34sha256sums=('0391bae8a90243502238e3b4d9d645015cfa76abc2a26adde655d0e167354b4b'
35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') 35 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
36 36
37package() { 37package() {
@@ -57,5 +57,3 @@ package() {
57 find "${pkgdir}/usr/share/${_pkgname}/" -perm 600 -exec chmod 644 '{}' \; 57 find "${pkgdir}/usr/share/${_pkgname}/" -perm 600 -exec chmod 644 '{}' \;
58 find "${pkgdir}/usr/share/${_pkgname}/" -perm 700 -exec chmod 755 '{}' \; 58 find "${pkgdir}/usr/share/${_pkgname}/" -perm 700 -exec chmod 755 '{}' \;
59} 59}
60sha256sums=('71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47'
61 '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')