mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
anydesk: update to 6.3.2.
Also: - remove arm support, versions are not synced.
This commit is contained in:
parent
1d5dff760c
commit
152d054809
1 changed files with 6 additions and 16 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'anydesk'
|
||||
pkgname=anydesk
|
||||
version=6.3.0
|
||||
version=6.3.2
|
||||
revision=1
|
||||
archs="x86_64 armv7l armv7hf"
|
||||
archs="x86_64"
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="patchelf"
|
||||
depends="hicolor-icon-theme gtkglext"
|
||||
|
@ -14,20 +14,10 @@ homepage="https://anydesk.com/remote-desktop"
|
|||
nopie=yes
|
||||
restricted=yes
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
x86_64)
|
||||
distfiles="https://download.anydesk.com/linux/anydesk_${version}-1_amd64.deb
|
||||
https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
|
||||
checksum="30f6e44cea28428d1cb645055fae72cf166f63318e0c94f2c12d18a3614ce30c
|
||||
b1e3337d35ce19af93963829988b2014e8acfbbf6bd1b5adfb8bc7dcd6fee452"
|
||||
;;
|
||||
armv7*)
|
||||
distfiles="https://download.anydesk.com/rpi/anydesk_${version}-1_armhf.deb
|
||||
https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
|
||||
checksum="10a8f442877d65458c800da2a4c772532c178a675c55604cca66156a5c812e1a
|
||||
b1e3337d35ce19af93963829988b2014e8acfbbf6bd1b5adfb8bc7dcd6fee452"
|
||||
;;
|
||||
esac
|
||||
distfiles="https://download.anydesk.com/linux/anydesk_${version}-1_amd64.deb
|
||||
https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
|
||||
checksum="2bc739676672b531e91d50f302c6ea8ad6b1612dc499d1d2f83b21a4c852658d
|
||||
9d2638a8746c12f424e0cdc90c76a5024dc2e98db55a57c34361a9a7afe38ccb"
|
||||
|
||||
do_build() {
|
||||
patchelf --remove-needed libpangox-1.0.so.0 usr/bin/anydesk
|
||||
|
|
Loading…
Add table
Reference in a new issue