summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-03-27 21:44:18 +0800
committeryjun2021-03-27 21:44:18 +0800
commit81fec59b30bf7f4e2fd840a7ce6419fc3118e9cd (patch)
treec40f57aa6568aa617d973684d56968a67db16ec5
parent148d397c8570ff81e38e8ae2b1b6e0edf5e67d9c (diff)
downloadaur-81fec59b30bf7f4e2fd840a7ce6419fc3118e9cd.tar.gz
pkgbuild: remove unneeded makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ca37bb116c8..3beb0ac7aee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = sunloginclient
pkgdesc = Proprietary software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)
pkgver = 11.0.0.36662
- pkgrel = 1
+ pkgrel = 2
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 3b9c3d5b4cef..b62f7b5bafd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@
pkgname=sunloginclient
_pkgname=sunlogin
pkgver=11.0.0.36662
-pkgrel=1
+pkgrel=2
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"