summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2018-09-02 14:17:24 +0200
committerGiovanni Santini2018-09-02 14:17:24 +0200
commit2731fe1ef2de8a7577a96952ac9250a79f314f12 (patch)
tree7fe128da55cd6b3c58e8d41c5369e567a239d177
parent94557772eecae0476a054cb1ca3128b768824074 (diff)
downloadaur-2731fe1ef2de8a7577a96952ac9250a79f314f12.tar.gz
upgpkg: popcorntime 0.3.10-10
- Bump nw.js version.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a43f9eee03cb..b1775f6cbdc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = 0.3.10
- pkgrel = 9
+ pkgrel = 10
url = https://popcorntime.sh/
arch = i686
arch = x86_64
@@ -25,11 +25,11 @@ pkgbase = popcorntime
source = popcorntime.desktop
sha256sums = SKIP
sha256sums = fa2615680bcb591b9892e8d6394235436ffa65210be6e942b8ca91de982e8cd2
- sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
- source_i686 = https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.31.5/0.31.5-linux-ia32.zip
- sha256sums_i686 = 78241eb9e051dff300ea310c7fb44093cd242be9f88e7659b0db991f378adbc3
- source_x86_64 = https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.31.5/0.31.5-linux-x64.zip
- sha256sums_x86_64 = c7f4620cd51f3df1a573c84f42e57a575d320788730693b157a52115b73f3edc
+ sha256sums = b4df915286753c1155b67015b89b68df6d3c655daf8832286370afe4d334fd89
+ source_i686 = https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.32.4/0.32.4-linux-ia32.zip
+ sha256sums_i686 = ab90d8c157abe8156bc0a1503cda8a52eb006eb5c7a664e22c6f006b1f3d76e1
+ source_x86_64 = https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.32.4/0.32.4-linux-x64.zip
+ sha256sums_x86_64 = 4aebfb88ca4efd80672fd94528af51021f7e792637fbe0e5401f8a4ab07c74f2
pkgname = popcorntime
diff --git a/PKGBUILD b/PKGBUILD
index 9be5fc9ae03e..43ec8cdf2b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=popcorntime
pkgver=0.3.10
-pkgrel=9
+pkgrel=10
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
url="https://popcorntime.sh/"
@@ -25,7 +25,7 @@ _commit_hash="commit=be800aa98cb9ef16f7e00737bbc51ba69204ed8f"
_pkgname="popcorn-desktop"
# Useful variables for builds
-_nwjs="0.31.5"
+_nwjs="0.32.4"
[ "$CARCH" = "i686" ] && _platform=linux32
[ "$CARCH" = "x86_64" ] && _platform=linux64
_srcdir="${_pkgname}"
@@ -45,9 +45,9 @@ source_i686=("https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/
source_x86_64=("https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/$_nwjs/$_nwjs-linux-x64.zip")
sha256sums=('SKIP'
'fa2615680bcb591b9892e8d6394235436ffa65210be6e942b8ca91de982e8cd2'
- '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
-sha256sums_i686=('78241eb9e051dff300ea310c7fb44093cd242be9f88e7659b0db991f378adbc3')
-sha256sums_x86_64=('c7f4620cd51f3df1a573c84f42e57a575d320788730693b157a52115b73f3edc')
+ 'b4df915286753c1155b67015b89b68df6d3c655daf8832286370afe4d334fd89')
+sha256sums_i686=('ab90d8c157abe8156bc0a1503cda8a52eb006eb5c7a664e22c6f006b1f3d76e1')
+sha256sums_x86_64=('4aebfb88ca4efd80672fd94528af51021f7e792637fbe0e5401f8a4ab07c74f2')
# Building the package
prepare() {