summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2017-07-08 20:35:15 +0200
committerGiovanni Santini2017-07-08 20:35:15 +0200
commit5a23ab34ed2a5ac42d5330c0c64fba0eccbc3512 (patch)
tree4ee6cbc543d7fff672c73f75b9079397be2daa47
parent46fd12681eaafe603351dc7f75088bd74601a728 (diff)
downloadaur-5a23ab34ed2a5ac42d5330c0c64fba0eccbc3512.tar.gz
upgpkg: popcorntime 0.3.10-3
- Using updated version of the module
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03c52b338dfe..1a63a4927e49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 24 15:12:05 UTC 2017
+# Sat Jul 8 18:35:16 UTC 2017
pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = 0.3.10
- pkgrel = 2
+ pkgrel = 3
url = http://popcorntime.sh/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 36ea48727eef..d6494e84c267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=popcorntime
pkgver=0.3.10
-pkgrel=2
+pkgrel=3
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
url="http://popcorntime.sh/"
@@ -60,13 +60,13 @@ prepare() {
npm config set cache "$srcdir/npm_cache"
msg2 "Cache changed from $_cache to `npm config get cache`"
- msg2 "Install missing dependencies"
- missing_ones="thepiratebay@1.4.0"
- for package in $missing_ones
- do
- msg2 "Installing missing dependency $package"
- npm install "$package"
- done
+ #msg2 "Install missing dependencies"
+ #missing_ones="thepiratebay@1.4.0"
+ #for package in $missing_ones
+ #do
+ # msg2 "Installing missing dependency $package"
+ # npm install "$package"
+ #done
# Actually install the stuff
msg2 "Installing normal dependencies"