summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2020-12-03 16:15:30 +0100
committerÉtienne Deparis2020-12-03 16:15:30 +0100
commitb742fe2143c4d16e9babe8711e2bbfb0cbc7692f (patch)
tree60c7ff4a5b16a2a4873f432202fa2cc882eda61d
parenteb20074814942682b9b182dde66a230fb4ad0c16 (diff)
downloadaur-b742fe2143c4d16e9babe8711e2bbfb0cbc7692f.tar.gz
4.4.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cfbc2a27134..06b8181739ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.2.1
-# Sun Jan 5 17:39:29 UTC 2020
+# Generated by makepkg 5.2.2
+# Thu Dec 3 14:59:22 UTC 2020
pkgbase = molotov
pkgdesc = Streaming access to French (only) TV channels.
- pkgver = 4.2.2
- pkgrel = 2
+ pkgver = 4.4.0
+ pkgrel = 1
url = http://www.molotov.tv/
arch = i686
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = molotov
depends = desktop-file-utils
depends = xdg-utils
options = !strip
- source = Molotov-4.2.2.AppImage::http://desktop-auto-upgrade.molotov.tv/linux/4.2.2/molotov.AppImage
+ source = Molotov-4.4.0.AppImage::http://desktop-auto-upgrade.molotov.tv/linux/4.4.0/molotov.AppImage
source = molotov
- sha256sums = 1ff500ec303a86a03d4f09e7ed05485080ada69b478fa8298c8b6b4f5cd6e802
+ sha256sums = 978225ea2f2e5d2789a87dc84c2f195292973d06f4a9c5bb4a92b1d51e3a5c37
sha256sums = 3a2d0c45ec2a964b229ee44a729d5d86319d573296ca44c8a33e171ce23a3b47
pkgname = molotov
diff --git a/PKGBUILD b/PKGBUILD
index f1de0d421ace..a48506eff6cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=molotov
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
pkgdesc="Streaming access to French (only) TV channels."
arch=('i686' 'x86_64')
url="http://www.molotov.tv/"
@@ -12,7 +12,7 @@ makedepends=('p7zip')
options=('!strip')
source=("Molotov-${pkgver}.AppImage::http://desktop-auto-upgrade.molotov.tv/linux/${pkgver}/$pkgname.AppImage"
'molotov')
-sha256sums=('1ff500ec303a86a03d4f09e7ed05485080ada69b478fa8298c8b6b4f5cd6e802'
+sha256sums=('978225ea2f2e5d2789a87dc84c2f195292973d06f4a9c5bb4a92b1d51e3a5c37'
'3a2d0c45ec2a964b229ee44a729d5d86319d573296ca44c8a33e171ce23a3b47')
prepare() {
@@ -23,8 +23,9 @@ prepare() {
build() {
cd $srcdir
- sed -i "s/^Exec=AppRun$/Exec=$pkgname/" squashfs-root/molotov.desktop
- sed -i "s/^Categories=AudioVideo/Categories=Video;Player;AudioVideo/" squashfs-root/molotov.desktop
+ sed -i "s/^Exec=AppRun %U$/Exec=$pkgname/" squashfs-root/@molotovdesktop-wrapper.desktop
+ sed -i "s/^Icon=@molotovdesktop-wrapper$/Icon=$pkgname/" squashfs-root/@molotovdesktop-wrapper.desktop
+ sed -i "s/^Categories=AudioVideo/Categories=Video;Player;AudioVideo/" squashfs-root/@molotovdesktop-wrapper.desktop
sed -i "s/MOLOTOV_VERSION/${pkgver}/g" molotov
}
@@ -39,10 +40,10 @@ package() {
hicolor="squashfs-root/usr/share/icons/hicolor"
for size in $(ls -1 $hicolor); do
install -d -m755 $pkgdir/usr/share/icons/hicolor/$size/apps
- install -D -m644 $hicolor/$size/apps/molotov.png $pkgdir/usr/share/icons/hicolor/$size/apps/molotov.png
+ install -D -m644 $hicolor/$size/apps/@molotovdesktop-wrapper.png $pkgdir/usr/share/icons/hicolor/$size/apps/molotov.png
done
- install -D -m644 squashfs-root/molotov.desktop $pkgdir/usr/share/applications/appimagekit-molotov.desktop
+ install -D -m644 squashfs-root/@molotovdesktop-wrapper.desktop $pkgdir/usr/share/applications/appimagekit-molotov.desktop
install -D -m755 molotov $pkgdir/usr/bin/molotov
install -D -m755 Molotov-$pkgver.AppImage $pkgdir/opt/appimages/Molotov-$pkgver.AppImage
rm -r squashfs-root