summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2019-01-01 16:28:34 +0100
committerGiovanni Santini2019-01-01 16:28:34 +0100
commit374b900e7ff32bdef71e466d20dd63138e456d9e (patch)
tree2b2fb10c3e161491f3f20b1b8b34ecad2473be4d
parent957478eabdc0be7217705624a960f4cd8d3391ea (diff)
downloadaur-374b900e7ff32bdef71e466d20dd63138e456d9e.tar.gz
upgpkg: popcorntime 0.3.10-14
- Track latest commit, thus removing need for patches - Bump NW.js to 0.35.3, as the prebuilt FFMpeg library is now fixed.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2578b4d53149..e0be3a55e4ff 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 = 13
+ pkgrel = 14
url = https://popcorntime.sh/
arch = i686
arch = x86_64
@@ -18,12 +18,10 @@ pkgbase = popcorntime
depends = ttf-font
optdepends = net-tools: vpn.ht client
options = !strip
- source = popcorn-desktop::git+https://github.com/popcorn-official/popcorn-desktop/#commit=e2351a0cbaf2c5c186df150476860a1677c2450e
+ source = popcorn-desktop::git+https://github.com/popcorn-official/popcorn-desktop/#commit=01d3b09080f458e3a2eb95506655e9d174922ef5
source = popcorntime.desktop
- source = gulp-fixes.patch
sha256sums = SKIP
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
- sha256sums = e1fc82b712babc4d4d7e07cce0af42100eb19b037c36fdb97c13324f6773846f
pkgname = popcorntime
diff --git a/PKGBUILD b/PKGBUILD
index 7de99a357320..218155a57b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=popcorntime
pkgver=0.3.10
-pkgrel=13
+pkgrel=14
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
url="https://popcorntime.sh/"
@@ -20,12 +20,12 @@ optdepends=('net-tools: vpn.ht client')
options=('!strip')
#install="popcorntime.install"
# Needed variables for sources downloads
-_commit_hash="commit=e2351a0cbaf2c5c186df150476860a1677c2450e"
+_commit_hash="commit=01d3b09080f458e3a2eb95506655e9d174922ef5"
#_commit_hash="branch=master"
_pkgname="popcorn-desktop"
# NW.js version to use while building
-_nwjs="0.31.5" # e.g. 0.31.5
+_nwjs="0.35.3" # e.g. 0.31.5
# Missing dependencies to install
#_missing_deps="underscore@~1.8.3"
@@ -39,18 +39,16 @@ _bpath="${_srcdir}/build/Popcorn-Time/${_platform}"
source=(
"${_pkgname}::git+https://github.com/popcorn-official/popcorn-desktop/#${_commit_hash}"
"popcorntime.desktop"
- "gulp-fixes.patch"
)
sha256sums=('SKIP'
- '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334'
- 'e1fc82b712babc4d4d7e07cce0af42100eb19b037c36fdb97c13324f6773846f')
+ '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
# Building the package
prepare() {
cd "${srcdir}/${_srcdir}"
- msg2 "Apply Gulpfile fixes ..."
- git apply "$srcdir/gulp-fixes.patch"
+ #msg2 "Apply Gulpfile fixes ..."
+ #git apply "$srcdir/gulp-fixes.patch"
# Thanks to Eschwartz for the tip! yarn edition
export YARN_CACHE_FOLDER="$srcdir/npm_cache"