summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f58b7a345d1..2b0a682d54c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = listen1-desktop-appimage
pkgdesc = One for all free music in China
- pkgver = 2.5.1
+ pkgver = 2.7.0
pkgrel = 1
url = https://listen1.github.io/listen1/
arch = x86_64
license = MIT
provides = listen1
conflicts = listen1
- noextract = Listen1_2.5.1_linux_x86_64.AppImage
+ noextract = Listen1_2.7.0_linux_x86_64.AppImage
options = !strip
- source = https://github.com/listen1/listen1_desktop/releases/download/v2.5.1/Listen1_2.5.1_linux_x86_64.AppImage
- sha256sums = 3b054e2c7fe0bc65a2f3e1823f489642293a2e958dd3f82b89097f3191ad5fb8
+ source = https://github.com/listen1/listen1_desktop/releases/download/v2.7.0/Listen1_2.7.0_linux_x86_64.AppImage
+ sha256sums = 07cdf9a4547504b46681e336e374d9bb98e2e814edb6f76b704f183f54bc52f2
pkgname = listen1-desktop-appimage
diff --git a/PKGBUILD b/PKGBUILD
index 092a407ef0ba..6a1323f2111d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=listen1-desktop-appimage
_installdir=/opt/${pkgname}
-pkgver=2.5.1
+pkgver=2.7.0
pkgrel=1
pkgdesc="One for all free music in China"
arch=("x86_64")
@@ -14,13 +14,13 @@ options=("!strip")
provides=('listen1')
conflicts=('listen1')
source=("https://github.com/listen1/listen1_desktop/releases/download/v${pkgver}/${_pkgname}")
-sha256sums=("3b054e2c7fe0bc65a2f3e1823f489642293a2e958dd3f82b89097f3191ad5fb8")
+sha256sums=("07cdf9a4547504b46681e336e374d9bb98e2e814edb6f76b704f183f54bc52f2")
prepare() {
cd "${srcdir}"
chmod a+x ${_pkgname}
${srcdir}/${_pkgname} --appimage-extract
- sed -i "s+AppRun+env DESKTOPINTEGRATION=no ${_installdir}/${_pkgname} %U+" "squashfs-root/listen1.desktop"
+ sed -i "s+AppRun+env DESKTOPINTEGRATION=yes ${_installdir}/${_pkgname}+" "squashfs-root/listen1.desktop"
find "squashfs-root/usr/share/icons/hicolor" -type d -exec chmod 755 {} \;
}