summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2018-09-04 15:38:08 +0200
committerGiovanni Santini2018-09-04 15:38:08 +0200
commit98341644948ff87d19fad6aba56f24a412a5771b (patch)
tree8f0b86363941b66b773ad6cb35302aa5bcb1546e
parenteee8aee385de3bd417f6460f6f8d0d92a8366028 (diff)
downloadaur-98341644948ff87d19fad6aba56f24a412a5771b.tar.gz
upgpkg: popcorntime 0.3.10-11
- Using nw.js 0.32.3 for working builds
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3133fcec60ce..8734ba145c5a 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 = 10
+ pkgrel = 11
url = https://popcorntime.sh/
arch = i686
arch = x86_64
@@ -26,9 +26,9 @@ pkgbase = popcorntime
sha256sums = SKIP
sha256sums = fa2615680bcb591b9892e8d6394235436ffa65210be6e942b8ca91de982e8cd2
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
- source_i686 = https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.32.4/0.32.4-linux-ia32.zip
+ source_i686 = https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.32.3/0.32.3-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
+ source_x86_64 = https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases/download/0.32.3/0.32.3-linux-x64.zip
sha256sums_x86_64 = 4aebfb88ca4efd80672fd94528af51021f7e792637fbe0e5401f8a4ab07c74f2
pkgname = popcorntime
diff --git a/PKGBUILD b/PKGBUILD
index afb0b0cec99e..7d5e6e83c7d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=popcorntime
pkgver=0.3.10
-pkgrel=10
+pkgrel=11
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.32.4"
+_nwjs="0.32.3"
[ "$CARCH" = "i686" ] && _platform=linux32
[ "$CARCH" = "x86_64" ] && _platform=linux64
_srcdir="${_pkgname}"