summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlad2015-09-05 13:23:01 +0300
committervlad2015-09-05 13:23:01 +0300
commit000f7b0400f0167f17e52cdd97c605596cb377f1 (patch)
tree8aff06698a6df498935b6579ba4a495cd8314ba6
parent6f3348c0ffb6d029a3a8ea60fbb5717efc9c04a4 (diff)
downloadaur-000f7b0400f0167f17e52cdd97c605596cb377f1.tar.gz
update to 0.3.8.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
-rw-r--r--popcorntime.desktop5
-rw-r--r--popcorntime.install1
4 files changed, 16 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af81605b2ede..94e54c404327 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.8.3
- pkgrel = 2
+ pkgver = 0.3.8.4
+ pkgrel = 1
url = http://popcorntime.io/
install = popcorntime.install
arch = i686
@@ -20,10 +20,10 @@ pkgbase = popcorntime
depends = ttf-font
optdepends = net-tools: vpn.ht client
options = !strip
- source = desktop-v0.3.8-3.tar.bz2::https://git.popcorntime.io/popcorntime/desktop/repository/archive.tar.bz2?ref=v0.3.8-3
+ source = desktop-v0.3.8-4.tar.bz2::https://git.popcorntime.io/popcorntime/desktop/repository/archive.tar.bz2?ref=v0.3.8-4
source = popcorntime.desktop
- sha256sums = b95a43430facba7ebcdea6dfc80b2d6b92153618cdede6d5f257b6fa0b5b65d8
- sha256sums = f89595aeaf1c09ad2b0a869be1ad14922b4747f901cec0f1b65c4c72719dcdec
+ sha256sums = 286a96debcd3b337e1bed39891cf5f339de015f4aed95d4ed9f3264dc0ba9f9a
+ sha256sums = 4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334
pkgname = popcorntime
diff --git a/PKGBUILD b/PKGBUILD
index 8e0dd8acfbec..5cf15d7865ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
# Contributor: Ricardo Band <me [at] xengi [dot] de>
pkgname=popcorntime
-pkgver=0.3.8.3
-_pkgver=v0.3.8-3
-pkgrel=2
+pkgver=0.3.8.4
+_pkgver=v0.3.8-4
+pkgrel=1
pkgdesc="Stream movies from torrents. Skip the downloads. Launch, click, watch."
arch=('i686' 'x86_64')
url="http://popcorntime.io/"
@@ -28,9 +28,9 @@ depends=('alsa-lib'
optdepends=('net-tools: vpn.ht client')
options=('!strip')
install="popcorntime.install"
-_commit_hash="4ccb1c0f8fb6f8ed2c0a7974af058786f74bbc69"
+_commit_hash="ae59a0481c9c4f2127aaa376ff99c19039d90963"
_gitname="desktop-${_pkgver}-${_commit_hash}"
-_nw_ver=0.12.1
+_nw_ver=0.12.2
_platform=linux64
if [ "$CARCH" = 'i686' ]; then
@@ -39,8 +39,8 @@ fi
source=("desktop-${_pkgver}.tar.bz2::https://git.popcorntime.io/popcorntime/desktop/repository/archive.tar.bz2?ref=${_pkgver}"
"popcorntime.desktop")
-sha256sums=('b95a43430facba7ebcdea6dfc80b2d6b92153618cdede6d5f257b6fa0b5b65d8'
- 'f89595aeaf1c09ad2b0a869be1ad14922b4747f901cec0f1b65c4c72719dcdec')
+sha256sums=('286a96debcd3b337e1bed39891cf5f339de015f4aed95d4ed9f3264dc0ba9f9a'
+ '4422f21e16176fda697ed0c8a6d1fb6f9dd7c4bc3f3694f9bcc19cbe66630334')
prepare() {
cd "${_gitname}"
diff --git a/popcorntime.desktop b/popcorntime.desktop
index c503c829130a..3b39b6356a01 100644
--- a/popcorntime.desktop
+++ b/popcorntime.desktop
@@ -3,6 +3,7 @@ Name=Popcorn Time
Comment=Watch Movies and TV Shows instantly
Exec=popcorntime %U
Icon=popcorntime
-Terminal=false
+MimeType=application/x-bittorrent;x-scheme-handler/magnet;
+StartupNotify=false
+Categories=AudioVideo;Video;Network;Player;P2P;
Type=Application
-Categories=Player;Video;Network;
diff --git a/popcorntime.install b/popcorntime.install
index c6ab4fc0398f..7ea75b9ca789 100644
--- a/popcorntime.install
+++ b/popcorntime.install
@@ -1,4 +1,5 @@
post_install() {
+ update-desktop-database -q
echo
echo "WARNING: Popcorn Time streams movies from Torrents"
echo "Downloading copyrighted material may be illegal in your country!"