summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1217ad1b66..65933a2eda7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = sunloginclient
pkgdesc = Proprietary software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)
pkgver = 11.0.0.35346
- pkgrel = 4
+ pkgrel = 5
url = https://sunlogin.oray.com
install = sunloginclient.install
arch = x86_64
license = custom
+ makedepends = icoutils
depends = libappindicator-gtk3
depends = xorg-xhost
provides = sunlogin
diff --git a/PKGBUILD b/PKGBUILD
index f34e0c78fa98..bda6ecc5399a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: yjun <jerrysteve1101 at gmail dot com>
+# Contributor: zhullyb <zhullyb at outlook dot com>
pkgname=sunloginclient
_pkgname=sunlogin
pkgver=11.0.0.35346
-pkgrel=4
+pkgrel=5
pkgdesc="Proprietary software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)"
arch=("x86_64")
url="https://sunlogin.oray.com"
depends=("libappindicator-gtk3"
'xorg-xhost')
+makedepends=('icoutils')
license=('custom')
provides=('sunlogin')
source=("https://down.oray.com/${_pkgname}/linux/${pkgname}-${pkgver}-amd64.deb"