summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2022-02-16 08:22:48 +0800
committeryjun2022-02-16 08:22:48 +0800
commitfeb747589007afca12a90567ae94bf48444f9b6d (patch)
tree8d508c40850ae28d91b9657db0f9f2218a043592
parentefccbc9acf940a69361170e2347414dcb3f0a60e (diff)
downloadaur-feb7475.tar.gz
Fix lack of libcrypt.so.1 library
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64f6cdb8d0fa..908815833a0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 3
+ pkgrel = 4
url = https://sunlogin.oray.com
install = sunloginclient.install
arch = x86_64
@@ -9,11 +9,12 @@ pkgbase = sunloginclient
license = custom
depends = libappindicator-gtk3
depends = xorg-xhost
+ depends = libxcrypt-compat
provides = sunlogin
source = runsunloginclient.service
source = LICENSE
sha256sums = 7f36a60d84741d817a0d0804bd39c8c7d7058144a6934b2abf0841446f4a56de
- sha256sums = SKIP
+ sha256sums = b3da0bda5ab0d4badb2cf7723dac95a9c5f5efb89f3d3f192d78728b064d0720
source_x86_64 = https://down.oray.com/sunlogin/linux/sunloginclient-11.0.0.36662-amd64.deb
sha256sums_x86_64 = 825e05405dcdd31e87a91a0bfa961c6e954f953d6ead667715924b4703e41ef0
source_aarch64 = https://down.oray.com/sunlogin/linux/sunloginclient_11.0.0.36662_arm.deb
diff --git a/PKGBUILD b/PKGBUILD
index 6c57d70df2d1..c4a47886bc95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
pkgname=sunloginclient
_pkgname=sunlogin
pkgver=11.0.0.36662
-pkgrel=3
+pkgrel=4
pkgdesc="Proprietary software that supports remote control of mobile devices, Windows, Mac, Linux and other systems.(GUI version)"
arch=("x86_64" "aarch64")
url="https://sunlogin.oray.com"
depends=("libappindicator-gtk3"
- 'xorg-xhost')
+ 'xorg-xhost'
+ 'libxcrypt-compat')
license=('custom')
provides=('sunlogin')
source=("runsunloginclient.service"
@@ -18,7 +19,7 @@ source_x86_64=("https://down.oray.com/${_pkgname}/linux/${pkgname}-${pkgver}-amd
source_aarch64=("https://down.oray.com/${_pkgname}/linux/${pkgname}_${pkgver}_arm.deb")
install="${pkgname}.install"
sha256sums=('7f36a60d84741d817a0d0804bd39c8c7d7058144a6934b2abf0841446f4a56de'
- 'SKIP')
+ 'b3da0bda5ab0d4badb2cf7723dac95a9c5f5efb89f3d3f192d78728b064d0720')
sha256sums_x86_64=('825e05405dcdd31e87a91a0bfa961c6e954f953d6ead667715924b4703e41ef0')
sha256sums_aarch64=('7e3d9fd33eca25e0fca07c04777d81bdc1b5832819d36b37f0773de742dcbd59')