summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 218155a57b9b..9e0aae9ee822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
pkgname=popcorntime
pkgver=0.3.10
-pkgrel=14
+pkgrel=15
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
url="https://popcorntime.sh/"
license=('GPL3')
-depends=(alsa-lib gconf gtk2 nss libxtst libxss ttf-font)
+depends=(alsa-lib gconf gtk3 nss libxtst libxss ttf-font)
makedepends=(git npm yarn)
optdepends=('net-tools: vpn.ht client')
options=('!strip')
@@ -25,7 +25,7 @@ _commit_hash="commit=01d3b09080f458e3a2eb95506655e9d174922ef5"
_pkgname="popcorn-desktop"
# NW.js version to use while building
-_nwjs="0.35.3" # e.g. 0.31.5
+_nwjs="0.36.4" # e.g. 0.31.5
# Missing dependencies to install
#_missing_deps="underscore@~1.8.3"