diff options
author | Yigit Sever | 2021-10-11 20:54:29 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-11 20:54:29 +0300 |
commit | 9bc617fb6378bad53e07159c58b2d759d485e025 (patch) | |
tree | 6cc76aabf8813bf2f2a15342f14c919ce820a8c7 | |
parent | a89077976937034af38041ac790b4ae2b1c322ff (diff) | |
download | packages-9bc617fb6378bad53e07159c58b2d759d485e025.tar.gz packages-9bc617fb6378bad53e07159c58b2d759d485e025.tar.bz2 packages-9bc617fb6378bad53e07159c58b2d759d485e025.zip |
Update to v0.4.6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = popcorntime-bin | 1 | pkgbase = 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 | ||
23 | pkgname = popcorntime-bin | 23 | pkgname = popcorntime-bin |
@@ -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 | ||
17 | pkgname=popcorntime-bin | 18 | pkgname=popcorntime-bin |
18 | _pkgname=popcorntime | 19 | _pkgname=popcorntime |
19 | pkgver=0.4.5 | 20 | pkgver=0.4.6 |
20 | pkgrel=1 | 21 | pkgrel=1 |
21 | pkgdesc="Stream free movies and TV shows from torrents" | 22 | pkgdesc="Stream free movies and TV shows from torrents" |
22 | arch=('x86_64') | 23 | arch=('x86_64') |
@@ -30,7 +31,7 @@ options=('!strip') | |||
30 | _zipfile="Popcorn-Time-${pkgver}-linux64.zip" | 31 | _zipfile="Popcorn-Time-${pkgver}-linux64.zip" |
31 | source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" | 32 | source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v${pkgver}/$_zipfile" |
32 | "${_pkgname}.desktop" ) | 33 | "${_pkgname}.desktop" ) |
33 | sha256sums=('2c88cd9b9455f52d90bb4f1d868a7c9cfb8093ea0d3cd7b338f8ce5a8ede01fa' | 34 | sha256sums=('0fe15d2933b331a49b2da9a820e45a722b7d2d3224f92da0a31ce4a1296adad3' |
34 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') | 35 | '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334') |
35 | 36 | ||
36 | package() { | 37 | package() { |