summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2019-06-25 15:08:10 +0800
committerChih-Hsuan Yen2019-06-25 15:08:10 +0800
commit3366a9705edd51481d966b47952d832236e5c508 (patch)
tree179509a40904d6f364e93176b0037940c9096007
parentdb35ad8a4b10390799c7fcb5bf9c7e8918c6fb23 (diff)
downloadaur-3366a9705edd51481d966b47952d832236e5c508.tar.gz
Fix permission of .desktop
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d1476516e17..f742af99fb88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qsyncthingtray-lite
pkgdesc = tray app for syncthing - without the default embedded web interface
pkgver = 0.5.8.r17.g11936bc
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sieren/QSyncthingTray
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 247a028dbcb7..62848dd8f242 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=qsyncthingtray-lite
_pkgname=QSyncthingTray
pkgver=0.5.8.r17.g11936bc
_commit=11936bc01b849cec3d0dfc82ad83521c20f3686f
-pkgrel=1
+pkgrel=2
pkgdesc="tray app for syncthing - without the default embedded web interface"
arch=('i686' 'x86_64')
url="https://github.com/sieren/QSyncthingTray"
@@ -45,6 +45,6 @@ package() {
install -Dm755 "build/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
# install .desktop file
- install -Dm755 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 "resources/images/Icon1024.png" "$pkgdir/usr/share/pixmaps/qsyncthingtray.png"
}