summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2016-06-10 08:14:53 +0200
committerGiovanni Santini2016-06-10 08:22:43 +0200
commit5fd84a77e039f751d1f765145b6bc21c264067f6 (patch)
tree4ed74e4bedd746c5a5a28d31ec5c9f8e49dc645a
parentba7e3cf5b655f21d9e3fb97fc38bb2559ce451a6 (diff)
downloadaur-5fd84a77e039f751d1f765145b6bc21c264067f6.tar.gz
upgpkg: popcorntime 0.3.9-5
Totally verified working commit. Will stick up to it for some time.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cdb334d1a29..1562cbd701c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 7 21:41:51 UTC 2016
+# Fri Jun 10 06:22:42 UTC 2016
pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = 0.3.9
- pkgrel = 4
+ pkgrel = 5
url = http://popcorntime.sh/
arch = i686
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = popcorntime
depends = ttf-font
optdepends = net-tools: vpn.ht client
options = !strip
- source = popcorn-desktop_0.3.9::git+https://github.com/popcorn-official/popcorn-desktop/#commit=4ba2060d19357ed85f16b862b70a0625b4286838
+ source = popcorn-desktop_0.3.9::git+https://github.com/popcorn-official/popcorn-desktop/#commit=65fc7c322bf92c5b526c1c1042e87ce0d0e6e085
source = popcorntime.desktop
sha256sums = SKIP
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
diff --git a/PKGBUILD b/PKGBUILD
index a97466f02f5a..af4c2d506215 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=popcorntime
pkgver=0.3.9
-pkgrel=4
+pkgrel=5
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
url="http://popcorntime.sh/"
@@ -34,7 +34,7 @@ optdepends=('net-tools: vpn.ht client')
options=('!strip')
#install="popcorntime.install"
# Needed variables for sources downloads
-_commit_hash="4ba2060d19357ed85f16b862b70a0625b4286838"
+_commit_hash="65fc7c322bf92c5b526c1c1042e87ce0d0e6e085"
_pkgname="popcorn-desktop"
source=(
"${_pkgname}_${pkgver}::git+https://github.com/popcorn-official/popcorn-desktop/#commit=${_commit_hash}"
@@ -53,12 +53,11 @@ _bpath="${_srcdir}/build/Popcorn-Time/${_platform}"
prepare() {
cd "${srcdir}/${_srcdir}"
- msg2 "Fix missing gulp..."
- npm install gulp
- msg2 "Installing npm dependencies..."
+ msg2 "Installing npm and bower dependencies..."
npm install
- msg2 "Installing bower dependencies..."
- bower install
+
+ msg2 "Fixing wrong gulp installation issue..."
+ npm install gulp
}
build() {