From 6061ab8790cbd2c152ca7ab8641c6a9d419b20cb Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 11 Feb 2024 18:25:34 +0300 Subject: popcorntime-bin: Update to 0.5.0-1 upstream release --- popcorntime-bin/.SRCINFO | 6 +++--- popcorntime-bin/PKGBUILD | 8 +++----- 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 @@ pkgbase = popcorntime-bin pkgdesc = Stream free movies and TV shows from torrents - pkgver = 0.4.9 + pkgver = 0.5.0 pkgrel = 1 url = https://github.com/popcorn-official/popcorn-desktop arch = x86_64 @@ -15,9 +15,9 @@ pkgbase = popcorntime-bin conflicts = popcorntime conflicts = popcorntime-ce options = !strip - source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.9/Popcorn-Time-0.4.9-linux64.zip + source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.0/Popcorn-Time-0.5.0-linux64.zip source = popcorntime.desktop - sha256sums = 71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47 + sha256sums = 0391bae8a90243502238e3b4d9d645015cfa76abc2a26adde655d0e167354b4b sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334 pkgname = 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 @@ # Maintainer: Yigit Sever -# Contributor : Barfin +# Contributor: Barfin # Contributor: Kostis Karantias # Contributor: Pieter Goetschalckx <3.14.e.ter [at] gmail [dot] com> # Contributor: Bastien Traverse @@ -17,7 +17,7 @@ pkgname=popcorntime-bin _pkgname=popcorntime -pkgver=0.4.9 +pkgver=0.5.0 pkgrel=1 pkgdesc="Stream free movies and TV shows from torrents" arch=('x86_64') @@ -31,7 +31,7 @@ options=('!strip') _zipfile="Popcorn-Time-${pkgver}-linux64.zip" source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" "${_pkgname}.desktop" ) -sha256sums=('fcf9c4d6ccd4fccaf7668707b16dcdd78d043b2d4f2a049f0edaf7afd8bb34f1' +sha256sums=('0391bae8a90243502238e3b4d9d645015cfa76abc2a26adde655d0e167354b4b' '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') package() { @@ -57,5 +57,3 @@ package() { find "${pkgdir}/usr/share/${_pkgname}/" -perm 600 -exec chmod 644 '{}' \; find "${pkgdir}/usr/share/${_pkgname}/" -perm 700 -exec chmod 755 '{}' \; } -sha256sums=('71b28be5b8307990ffc9f8bff0a4b42fb45a85af0f4c7a889b8a923c589d8d47' - '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') -- cgit v1.2.3-70-g09d2