summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2018-09-04 15:38:08 +0200
committerGiovanni Santini2018-09-04 15:38:08 +0200
commit98341644948ff87d19fad6aba56f24a412a5771b (patch)
tree8f0b86363941b66b773ad6cb35302aa5bcb1546e /PKGBUILD
parenteee8aee385de3bd417f6460f6f8d0d92a8366028 (diff)
downloadaur-98341644948ff87d19fad6aba56f24a412a5771b.tar.gz
upgpkg: popcorntime 0.3.10-11
- Using nw.js 0.32.3 for working builds
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"