summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2016-03-04 20:45:43 +0100
committerGiovanni Santini2016-03-04 20:45:43 +0100
commit98b0f495ea682a39b43ddc5b870c12242da532bc (patch)
tree38b50fbcfebe0f818ada5c05e6e906b3158090cb
parentf23ca601f9887c860a37668c25425e44d022dc73 (diff)
downloadaur-98b0f495ea682a39b43ddc5b870c12242da532bc.tar.gz
upgpkg: popcorntime 0.3.9-2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD17
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29046d8d78d7..bbb3e9af16d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Mar 2 17:04:50 UTC 2016
+# Fri Mar 4 19:45:43 UTC 2016
pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
pkgver = 0.3.9
- pkgrel = 1
+ pkgrel = 2
url = http://popcorntime.sh/
install = popcorntime.install
arch = i686
arch = x86_64
license = GPL3
+ makedepends = npm
makedepends = bower
makedepends = nodejs-grunt-cli
- makedepends = npm
+ makedepends = gulp
depends = alsa-lib
depends = gconf
depends = gtk2
@@ -21,9 +22,9 @@ pkgbase = popcorntime
depends = ttf-font
optdepends = net-tools: vpn.ht client
options = !strip
- source = popcorn-desktop_0.3.9.zip::https://github.com/popcorn-official/popcorn-desktop/archive/7d66143b05813b6541be37a767be4e06f323249f.zip
+ source = popcorn-desktop_0.3.9.tar.gz::https://github.com/popcorn-official/popcorn-desktop/archive/39a1eecc324acb375cc440897f58c3cc7ddeae91.tar.gz
source = popcorntime.desktop
- sha256sums = 2e8eb0882fad29e1b8c0175eee9af4f84bc644c5df143e030ef3a0843b5abf7f
+ sha256sums = c6d6970dba10597eceb65c87393a54685220901de7d306f22b209761b8d92681
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
pkgname = popcorntime
diff --git a/PKGBUILD b/PKGBUILD
index 13a1d9834463..e9f8f2114a3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,15 +9,16 @@
pkgname=popcorntime
pkgver=0.3.9
-pkgrel=1
+pkgrel=2
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
url="http://popcorntime.sh/"
license=('GPL3')
makedepends=(
+ 'npm'
'bower'
'nodejs-grunt-cli'
- 'npm'
+ 'gulp'
)
depends=(
'alsa-lib'
@@ -32,21 +33,19 @@ optdepends=('net-tools: vpn.ht client')
options=('!strip')
install="popcorntime.install"
# Needed variables for sources downloads
-_commit_hash="7d66143b05813b6541be37a767be4e06f323249f"
+_commit_hash="39a1eecc324acb375cc440897f58c3cc7ddeae91"
_pkgname="popcorn-desktop"
source=(
- "${_pkgname}_${pkgver}.zip::https://github.com/popcorn-official/popcorn-desktop/archive/${_commit_hash}.zip"
+ "${_pkgname}_${pkgver}.tar.gz::https://github.com/popcorn-official/popcorn-desktop/archive/${_commit_hash}.tar.gz"
"popcorntime.desktop"
)
-sha256sums=('2e8eb0882fad29e1b8c0175eee9af4f84bc644c5df143e030ef3a0843b5abf7f'
+sha256sums=('c6d6970dba10597eceb65c87393a54685220901de7d306f22b209761b8d92681'
'4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
# Useful variables for builds
+[ "$CARCH" = "i686" ] && _platform=linux32
+[ "$CARCH" = "x86_64" ] && _platform=linux64
_srcdir="${_pkgname}-${_commit_hash}"
-_platform=linux64
-if [ "$CARCH" = 'i686' ]; then
- _platform=linux32
-fi
_bpath="${_srcdir}/build/Popcorn-Time/${_platform}"
# Building the package