summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2022-03-03 20:49:12 +0100
committerGiovanni Santini2022-03-03 20:49:12 +0100
commit0e9ccd987cd83167178c52da3a3f8d25e0138a96 (patch)
treee04942ecf9ec20a3e68dbcf8e140dea2f2c7b7b0
parentdb88419330831b444683029636fe2968d0f64afd (diff)
downloadaur-0e9ccd987cd83167178c52da3a3f8d25e0138a96.tar.gz
upgpkg: popcorntime 0.4.7-1
- Version bump.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--gulp-fixes.patch13
3 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c48f212b2b12..1e3c13b6baaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = popcorntime
pkgdesc = Stream movies from torrents. Skip the downloads. Launch, click, watch.
- pkgver = 0.4.6
+ pkgver = 0.4.7
pkgrel = 1
url = https://popcorntime.app/
arch = i686
@@ -15,11 +15,11 @@ pkgbase = popcorntime
depends = ttf-font
optdepends = net-tools: vpn.ht client
options = !strip
- source = popcorn-desktop::git+https://github.com/popcorn-official/popcorn-desktop/#tag=v0.4.6
+ source = popcorn-desktop::git+https://github.com/popcorn-official/popcorn-desktop/#tag=v0.4.7
source = popcorntime.desktop
source = gulp-fixes.patch
sha256sums = SKIP
sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
- sha256sums = b805f400b476f181028d88569fd4e2c22daa7888e40655470e34f1143ee97414
+ sha256sums = fb550e8b891209bb98a32e18c9e84d8ad1c5603d734ba009d8ebbb53f92ff0a7
pkgname = popcorntime
diff --git a/PKGBUILD b/PKGBUILD
index 6832828922ef..ba69a16aa772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Contributor: Ricardo Band <me [at] xengi [dot] de>
pkgname=popcorntime
-pkgver=0.4.6
+pkgver=0.4.7
pkgrel=1
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=(i686 x86_64)
@@ -44,7 +44,7 @@ source=(
)
sha256sums=('SKIP'
'4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334'
- 'b805f400b476f181028d88569fd4e2c22daa7888e40655470e34f1143ee97414')
+ 'fb550e8b891209bb98a32e18c9e84d8ad1c5603d734ba009d8ebbb53f92ff0a7')
# Building the package
prepare() {
diff --git a/gulp-fixes.patch b/gulp-fixes.patch
index ff913b44242f..c5d3ed2e5549 100644
--- a/gulp-fixes.patch
+++ b/gulp-fixes.patch
@@ -1,5 +1,5 @@
diff --git a/gulpfile.js b/gulpfile.js
-index 9238d763..80eb0c90 100644
+index b19f532c..9a712c90 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -69,7 +69,7 @@ const parsePlatforms = () => {
@@ -11,14 +11,3 @@ index 9238d763..80eb0c90 100644
{maxBuffer: 1024 * 500},
(error, stdout, stderr) => {
// build array
-@@ -142,8 +142,8 @@ const nw = new nwBuilder({
- macIcns: './src/app/images/butter.icns',
- version: nwVersion,
- flavor: nwFlavor,
-- manifestUrl: 'http://popcorn-ru.tk/version.json',
-- downloadUrl: 'http://popcorn-ru.tk/nw/',
-+ manifestUrl: 'https://popcorn-ru.tk/version.json',
-+ downloadUrl: 'https://popcorn-ru.tk/nw/',
- platforms: parsePlatforms()
- }).on('log', console.log);
-