summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMastermindzh2022-11-03 13:36:59 +0100
committerMastermindzh2022-11-03 13:36:59 +0100
commita30471d5d42de570fddf97cc6a6081ae269a632b (patch)
treec4a530317ab8339c75b9165c739e7877744f86cb
parent2fed805923a24d0d64c86f6c08d4a6eca7c4b5e0 (diff)
downloadaur-a30471d5d42de570fddf97cc6a6081ae269a632b.tar.gz
pkgbuild change for image location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce740cc3d72f..259369b1a9a5 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 c8d37bb3eea1..7d512b5e29b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Rick van Lieshout <info@rickvanlieshout.com>
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"