summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8b62df1d00e..2e8ce8f79eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Vasiliy Stelmachenok <ventureo@yandex.ru>
pkgname=yamux
pkgver=v57
-pkgrel=1
+pkgrel=2
pkgdesc="Yandex Music client"
arch=('x86_64')
url="https://gitlab.com/KirMozor/Yamux"
@@ -23,6 +23,7 @@ package() {
# Copy desktop file and icon
mkdir -p "$pkgdir/usr/share/applications"
+ mkdir -p "$pkgdir/usr/share/pixmaps"
cp -r ./AUR/Yamux.desktop "$pkgdir/usr/share/applications"
cp -r ./Svg/dark/icon.svg "$pkgdir/usr/share/pixmaps/yamux.svg"