summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-04-03 21:04:59 +0200
committerStephan Springer2020-04-03 21:04:59 +0200
commit54d7c4f57534019bd3d9475090b78b0271d9b010 (patch)
tree7fa569cb9b5b16b9006c2ce0d0e0aaf267b66530
parent2356a5e3d449b55358b11543df69098cce84c8e9 (diff)
downloadaur-54d7c4f57534019bd3d9475090b78b0271d9b010.tar.gz
update to version 0.4.3 and download from Github
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5b446c20e87..ebf0d40f18ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime-bin
pkgdesc = Stream free movies and TV shows from torrents
- pkgver = 0.4.1
- pkgrel = 2
+ pkgver = 0.4.3
+ pkgrel = 1
url = https://popcorntime.app/
arch = x86_64
license = GPL3
@@ -16,9 +16,9 @@ pkgbase = popcorntime-bin
conflicts = popcorntime
conflicts = popcorntime-ce
options = !strip
- source = https://get.popcorntime.app/build/Popcorn-Time-0.4.1-linux64.zip
+ source = https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.4.3/Popcorn-Time-0.4.3-linux64.zip
source = popcorntime.desktop
- sha256sums = e167c42ffa49d5bf9f530ad998275dbcf38195bd0b10a121922d91dd528d546c
+ sha256sums = c05f78039b18ae28265e720cc9f04f313ed9626eff1ab894a4cf8c5832b5ad9e
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
pkgname = popcorntime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b9bff01a2c4..2fd44ff21704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@
pkgname=popcorntime-bin
_pkgname=popcorntime
-pkgver=0.4.1
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
pkgdesc="Stream free movies and TV shows from torrents"
arch=('x86_64')
url="https://popcorntime.app/"
@@ -27,9 +27,9 @@ provides=('popcorntime' 'popcorntime-ce')
conflicts=('popcorntime' 'popcorntime-ce')
options=('!strip')
_zipfile="Popcorn-Time-${pkgver}-linux64.zip"
-source=("https://get.popcorntime.app/build/$_zipfile"
+source=("https://github.com/popcorn-official/popcorn-desktop/releases/download/v$pkgver/$_zipfile"
"${_pkgname}.desktop" )
-sha256sums=('e167c42ffa49d5bf9f530ad998275dbcf38195bd0b10a121922d91dd528d546c'
+sha256sums=('c05f78039b18ae28265e720cc9f04f313ed9626eff1ab894a4cf8c5832b5ad9e'
'4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
package() {