summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2020-03-23 21:37:21 +0100
committerGiovanni Santini2020-03-23 21:37:21 +0100
commit22bb46fc17b1da8d76bbf2b3de501e56015bfcfb (patch)
tree4abb489a3450df3f578366d4b4e8f75af3f222c0 /PKGBUILD
parent030a7db7fa4000ba3bd7790003d3303cefee90a0 (diff)
downloadaur-22bb46fc17b1da8d76bbf2b3de501e56015bfcfb.tar.gz
upgpkg: popcorntime 0.4.1-1
- Version bump, finally - Using PopcornTime NW.js, see comments at page: https://github.com/popcorn-official/popcorn-desktop/commit/8409778
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 536f61994cd2..fbb5e89795e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
# Contributor: Ricardo Band <me [at] xengi [dot] de>
pkgname=popcorntime
-pkgver=0.3.10
-pkgrel=19
+pkgver=0.4.1
+pkgrel=1
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=(i686 x86_64)
url="https://popcorntime.app/"
@@ -20,13 +20,13 @@ optdepends=('net-tools: vpn.ht client')
options=('!strip')
#install="popcorntime.install"
# Needed variables for sources downloads
-# Commit SHA256 updated on date: 2020-02-23
-_commit_hash="commit=987e8fa1b60259168061fa5541ff015928ca3e6d"
-#_commit_hash="branch=master"
+# Commit SHA256 updated on date: 2020-03-23
+# v0.4.1 but with extra fixes
+_commit_hash="commit=c219ddf7d389b51f595803f23a95e195a22156af"
_pkgname="popcorn-desktop"
# NW.js version to use while building
-_nwjs="0.44.1" # e.g. 0.31.5
+#_nwjs="0.44.1" # e.g. 0.31.5
# Missing dependencies to install
#_missing_deps="underscore@~1.8.3"