From a30471d5d42de570fddf97cc6a6081ae269a632b Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Thu, 3 Nov 2022 13:36:59 +0100 Subject: [PATCH] pkgbuild change for image location --- .SRCINFO | 4 ++-- PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ce740cc..259369b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tidal-hifi-git pkgdesc = The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm - pkgver = 4.3.1.r0.gbf260b1 - pkgrel = 1 + pkgver = 4.3.1.r1.gcd2a068 + pkgrel = 2 url = https://github.com/Mastermindzh/tidal-hifi arch = x86_64 license = custom:MIT diff --git a/PKGBUILD b/PKGBUILD index c8d37bb..7d512b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Rick van Lieshout pkgname=tidal-hifi-git -pkgrel=1 -pkgver=4.3.1.r0.gbf260b1 +pkgrel=2 +pkgver=4.3.1.r1.gcd2a068 pkgdesc="The web version of listen.tidal.com running in electron with hifi support thanks to widevine. If the install fails use nvm to temporarily downgrade npm" arch=(x86_64) url="https://github.com/Mastermindzh/tidal-hifi" @@ -80,7 +80,7 @@ package() { ln -s "/opt/tidal-hifi/tidal-hifi" "${pkgdir}/usr/bin/tidal-hifi" install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/pixmaps/tidal-hifi.png" - install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/icons/${_pkgname}/tidal-hifi.png" + install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/icons/${pkgname%-git}/tidal-hifi.png" install -Dm 644 "build/icon.png" "${pkgdir}/usr/share/icons/hicolor/0x0/apps/tidal-hifi.png" install -Dm 644 "${srcdir}/tidal-hifi.desktop" "${pkgdir}/usr/share/applications/tidal-hifi.desktop" install -Dm 644 "${srcdir}/tidal-hifi.xml" "${pkgdir}/usr/share/mime/packages/tidal-hifi.xml"