summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2024-04-17 20:18:06 +0300
committerYigit Sever2024-04-17 20:18:06 +0300
commit5ac1f0657b9fa69b34bf51c0bebc685fc68d86e0 (patch)
treef128d9e8d3bfe74d401afa3a59e302b6d23e701f
parent7866e614b82f43933ebae0366a0d65d6611ee71a (diff)
downloadaur-popcorntime-bin.tar.gz
upgpkg: popcorntime-bin 0.5.1-2
Upstream re-released 0.5.1 Also removed popcorntime-ce from conflicts/provides Thanks: https://aur.archlinux.org/packages/popcorntime-bin#comment-940544
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a545707a15..4b2b47085bac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime-bin
pkgdesc = Stream free movies and TV shows from torrents
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/popcorn-official/popcorn-desktop
arch = x86_64
license = GPL3
@@ -11,13 +11,11 @@ pkgbase = popcorntime-bin
depends = libxss
depends = gtk3
provides = popcorntime
- provides = popcorntime-ce
conflicts = popcorntime
- conflicts = popcorntime-ce
options = !strip
source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.1/Popcorn-Time-0.5.1-linux64.zip
source = popcorntime.desktop
- sha256sums = b5b5a4feec6f1be0b6fd79670d739bc1f62734378c7659634d2e152e51da29b3
+ sha256sums = 942b088a8476e761963fffb0370913c393cb49a97f33dc7a9a547f10a39dfe1b
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index e552600bcb76..43deb61e6cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,20 +18,20 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Stream free movies and TV shows from torrents"
arch=('x86_64')
url="https://github.com/popcorn-official/popcorn-desktop"
license=('GPL3')
depends=('nss' 'ttf-font' 'libxss' 'gtk3')
makedepends=('unzip')
-provides=('popcorntime' 'popcorntime-ce')
-conflicts=('popcorntime' 'popcorntime-ce')
+provides=('popcorntime')
+conflicts=('popcorntime')
options=('!strip')
_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile"
"${_pkgname}.desktop" )
-sha256sums=('b5b5a4feec6f1be0b6fd79670d739bc1f62734378c7659634d2e152e51da29b3'
+sha256sums=('942b088a8476e761963fffb0370913c393cb49a97f33dc7a9a547f10a39dfe1b'
'4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
package() {