summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2019-04-04 23:29:04 +0200
committerGiovanni Santini2019-04-04 23:29:04 +0200
commite8eb90f4f55711b86310f74307a5a44c2eb03d06 (patch)
tree8cc87d6f813e0fd359f93b9cae3418a7ece6221d
parent374b900e7ff32bdef71e466d20dd63138e456d9e (diff)
downloadaur-e8eb90f4f55711b86310f74307a5a44c2eb03d06.tar.gz
upgpkg: popcorntime 0.3.10-15
- Bump NW.js to 0.36.4 - Bump required GTK to GTK3 - Small changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0be3a55e4ff..fe8110f995f5 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 = 14
+ pkgrel = 15
url = https://popcorntime.sh/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = popcorntime
makedepends = yarn
depends = alsa-lib
depends = gconf
- depends = gtk2
+ depends = gtk3
depends = nss
depends = libxtst
depends = libxss
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"