summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Gnezdilov2020-07-01 12:40:59 +0300
committerLeonid Gnezdilov2020-07-01 12:40:59 +0300
commit9aabf1dc2c27bc89b68dfa0dbca742a4a02c0ff6 (patch)
tree5ba771d7a7138a1ccaed1995c3783dd5d88cc07d
parentbb630179bb4f225887aa0e4779c26762db360a4e (diff)
downloadaur-9aabf1dc2c27bc89b68dfa0dbca742a4a02c0ff6.tar.gz
01072020_3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a61fe764705..59cba2c41a88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = litemanager
pkgdesc = remote access software for remote administration of computers over the Internet or remote control in a local network, for distant learning, providing remote support to users and supervising work activity of employees.
pkgver = 4.9
- pkgrel = 2
+ pkgrel = 3
url = http://www.litemanager.com
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index ff74d8636dae..6b3ec298dcae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Leone <comdir@infonix.info>
pkgname=litemanager
pkgver=4.9
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="remote access software for remote administration of computers over the Internet or remote control in a local network, for distant learning, providing remote support to users and supervising work activity of employees."
arch=('x86_64')
@@ -39,7 +39,7 @@ prepare() {
gendesk -f -n --pkgname ${pkgname} \
--pkgdesc "${pkgdesc}" \
--categories="GTK;GNOME;X-GNOME-NetworkSettings;Network;" \
- --icon "${_pkgname}.png" \
+ --icon "/usr/share/pixmaps/${pkgname}.png" \
--exec "litemanager"
}