summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2018-07-16 21:56:04 +0200
committerGiovanni Santini2018-07-16 21:56:04 +0200
commit344cbd0ed50c43a6bf6e93415b1aac95ce9987ab (patch)
treed190e2ad4a32c3a225089c114ccfc12e4a305527
parentcf87e9658b2f7df79c20ac88f8173a8c10ea7ab9 (diff)
downloadaur-344cbd0ed50c43a6bf6e93415b1aac95ce9987ab.tar.gz
upgpkg: popcorntime 0.3.10-7.1
- Small changes to the PKGBUILD; nothing worthy or a recompilation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2de217e5f954..a19696a17671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = 0.3.10
pkgrel = 7
- url = http://popcorntime.sh/
+ url = https://popcorntime.sh/
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 7a4d1361b0a6..465eeb579837 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,10 @@ pkgver=0.3.10
pkgrel=7
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
-url="http://popcorntime.sh/"
+url="https://popcorntime.sh/"
license=('GPL3')
-makedepends=('npm' 'bower' 'gulp' 'git')
depends=('alsa-lib' 'gconf' 'gtk2' 'libnotify' 'libxss' 'libxtst' 'nss' 'ttf-font')
+makedepends=('npm' 'bower' 'gulp' 'git')
optdepends=('net-tools: vpn.ht client')
options=('!strip')
#install="popcorntime.install"
@@ -47,7 +47,7 @@ prepare() {
#npm config set cache "$srcdir/npm_cache"
# Thanks to Eschwartz for the tip!
export npm_config_cache="$srcdir/npm_cache"
- msg2 "Cache changed from $_cache to `npm config get cache`"
+ msg2 "Cache changed to `npm config get cache`"
msg2 "Install missing dependencies, if any"
# Build is almost always broken with newer NPMs. Install a good one and use it