summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ca0a859cd7f..1451424bba22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wol_qt
pkgdesc = Qt gui to ARP scan and send WakeOnLan packets
pkgver = 2.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/stefmitropoulos/wol_qt
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c2d487c37149..aaf31b84c32a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefanos Mitropoulos stefmitropoulos@gmail.com
pkgname=wol_qt
pkgver=2.4
-pkgrel=2
+pkgrel=3
pkgdesc="Qt gui to ARP scan and send WakeOnLan packets"
arch=(x86_64)
url="https://github.com/stefmitropoulos/wol_qt"
@@ -39,6 +39,6 @@ package() {
make DESTDIR="$pkgdir/" install
echo `pwd`
cd ../..
- install -Dm644 wol_qt_icon.png $pkgdir/usr/share/pixmaps/wol_qt_icon.png
- install -Dm644 wol_qt.desktop $pkgdir/usr/share/applications/wol_qt.desktop
+ install -Dm644 wol_qt_icon.png $HOME/.icons/wol_qt_icon.png
+ install -Dm644 wol_qt.desktop $HOME/.local/share/applications/wol_qt.desktop
}