summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01d697095271..d09df32926fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luca Weiss <WEI16416@spengergasse.at>
pkgname=qtshutdownmenu-git
-pkgver=r3.c08b4f7
+pkgver=r4.314f35e
pkgrel=1
pkgdesc="Graphical shutdown util with PyQt5 and lock script for i3"
arch=('any')
@@ -24,6 +24,6 @@ package() {
install -Dm755 "shutdownmenu.py" "$pkgdir/usr/bin/qtshutdownmenu"
install -Dm755 "lock.sh" "$pkgdir/usr/bin/lock"
install -Dm755 "icon.png" "$pkgdir/usr/share/icons/lock.png"
- install -Dm755 "qtshutdownmenu.desktop" "$pkgdir/usr/share/applications/"
+ install -Dm755 "qtshutdownmenu.desktop" "$pkgdir/usr/share/applications/qtshutdownmenu.desktop"
}