summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2017-01-04 13:58:08 +0100
committerÉtienne Deparis2017-01-04 13:58:08 +0100
commit3a00c5a19e4f1f1e429deff37956416f1a897880 (patch)
treeaa00ec03d786de633cfdf49505de21f5661f3203
parent625244a1c2988c98fe52e6d111c1e29061ba25e1 (diff)
downloadaur-3a00c5a19e4f1f1e429deff37956416f1a897880.tar.gz
New release and remove old comment
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
-rw-r--r--molotov7
3 files changed, 10 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d121b4c8bdd6..7e6e8fdf5bf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 5.0.1
-# Thu Dec 8 09:09:11 UTC 2016
+# Wed Jan 4 12:57:33 UTC 2017
pkgbase = molotov
pkgdesc = Molotov gives a streaming access to french TV channels.
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.1.2
+ pkgrel = 1
url = http://www.molotov.tv/
arch = i686
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = molotov
depends = desktop-file-utils
depends = xdg-utils
options = !strip
- source = http://desktop-auto-upgrade.molotov.tv/linux/Molotov-1.1.0.AppImage
+ source = http://desktop-auto-upgrade.molotov.tv/linux/Molotov-1.1.2.AppImage
source = molotov
- sha256sums = 9e4c699dd2346c35204fdba784bc2568ee60e14e368a2e77e9fea9c9ce90d3dc
- sha256sums = 9bd2c4a0081868f6ab66b3184820e2c8929fa8df31159c3cce1fca2ae1a6bfe1
+ sha256sums = e089640cb183d77532a8de88ed9950a6f840dc31911e297feeddac60d51241b0
+ sha256sums = 2be51f427383ccf086485dc49f5d93855550598371b5ea9e583d4a7d6726534e
pkgname = molotov
diff --git a/PKGBUILD b/PKGBUILD
index 9734c55ebff9..b923b6d2b98e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=molotov
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc="Molotov gives a streaming access to french TV channels."
arch=('i686' 'x86_64')
url="http://www.molotov.tv/"
@@ -12,8 +12,8 @@ makedepends=('p7zip')
options=('!strip')
source=("http://desktop-auto-upgrade.molotov.tv/linux/Molotov-${pkgver}.AppImage"
'molotov')
-sha256sums=('9e4c699dd2346c35204fdba784bc2568ee60e14e368a2e77e9fea9c9ce90d3dc'
- '9bd2c4a0081868f6ab66b3184820e2c8929fa8df31159c3cce1fca2ae1a6bfe1')
+sha256sums=('e089640cb183d77532a8de88ed9950a6f840dc31911e297feeddac60d51241b0'
+ '2be51f427383ccf086485dc49f5d93855550598371b5ea9e583d4a7d6726534e')
build() {
cd $srcdir
diff --git a/molotov b/molotov
index dcb5c76bdab1..c35aeb3100a8 100644
--- a/molotov
+++ b/molotov
@@ -1,12 +1,5 @@
#!/usr/bin/env bash
[ -z "$XDG_DATA_DIRS" ] && export XDG_DATA_DIRS=$HOME/.local/share:/usr/share
-# Avoid useless question about adding a start icon
-# if [ ! -f "$HOME/.local/share/applications/appimagekit-Molotov.desktop" ]; then
-# cp /usr/share/applications/appimagekit-Molotov.desktop "$HOME/.local/share/applications/appimagekit-Molotov.desktop"
-# echo "NoDisplay=true" >> "$HOME/.local/share/applications/appimagekit-Molotov.desktop"
-# echo "Hidden=true" >> "$HOME/.local/share/applications/appimagekit-Molotov.desktop"
-# chmod 755 "$HOME/.local/share/applications/appimagekit-Molotov.desktop"
-# fi
export SKIP=yes
exec /opt/appimages/Molotov-MOLOTOV_VERSION.AppImage