summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-08 11:28:41 +0800
committerzxp198210052024-04-08 11:28:41 +0800
commit0c1aa96764f549a7a971e3a953e8a6fbe85f481d (patch)
tree301158495570a0725aa0ac1dd703d4eef2d4d842
parent6b058c4e253cb863e184878319e25949beb36b87 (diff)
downloadaur-0c1aa96764f549a7a971e3a953e8a6fbe85f481d.tar.gz
fix errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceb1908d40ac..779a0d41f795 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fooyin-bin
pkgdesc = A customisable music player
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ludouzi/fooyin
arch = any
license = GPL-3.0-only
diff --git a/PKGBUILD b/PKGBUILD
index 2de17efe3cc2..5fb47b1b2a83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=fooyin-bin
_pkgname=Fooyin
_appname="org.${pkgname%-bin}.${pkgname%-bin}"
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A customisable music player"
arch=('any')
url="https://github.com/ludouzi/fooyin"
@@ -44,7 +44,7 @@ package() {
install -Dm644 "${srcdir}/usr/lib/${pkgname%-bin}/plugins/"*.so -t "${pkgdir}/opt/${pkgname%-bin}/lib/plugins"
for _icons in 16x16 22x22 32x32 48x48 64x64 128x128 256x256 512x512 scalable;do
install -Dm644 "${srcdir}/usr/share/icons/hicolor/${_icons}/apps/${pkgname%-bin}."* \
- -t "${pkgdir}/usr/share/icons/hicolor/${_icons}x${_icons}/apps"
+ -t "${pkgdir}/usr/share/icons/hicolor/${_icons}/apps"
done
install -Dm644 "${srcdir}/usr/share/${pkgname%-bin}/translations/"*.qm -t "${pkgdir}/opt/${pkgname%-bin}/translations"
install -Dm644 "${srcdir}/usr/share/applications/${_appname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"