Skip to content
2 changes: 1 addition & 1 deletion etc/defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ XBPS_SUCMD="sudo /bin/sh -c"
# Enable building package locally that are restricted legally for redistribution.
# NOTE: you can't distribute the sources or binaries for such kind of packages.
#
#XBPS_ALLOW_RESTRICTED=yes
XBPS_ALLOW_RESTRICTED=yes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't change etc/defaults.conf, use etc/conf instead


# [OPTIONAL]
# Set the preferred chroot style. Available styles at common/chroot-style/*.sh:
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/anydesk/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'anydesk'
pkgname=anydesk
version=6.3.2
version=7.1.1
revision=1
archs="x86_64"
create_wrksrc=yes
Expand All @@ -16,8 +16,8 @@ restricted=yes

distfiles="https://download.anydesk.com/linux/anydesk_${version}-1_amd64.deb
https://download.anydesk.com/linux/anydesk-${version}-amd64.tar.gz"
checksum="2bc739676672b531e91d50f302c6ea8ad6b1612dc499d1d2f83b21a4c852658d
9d2638a8746c12f424e0cdc90c76a5024dc2e98db55a57c34361a9a7afe38ccb"
checksum="c784034bf1b44c68c25962ef39a15cb66f22323003514e19ae766494f582c452
a46cd4e1d05e5a500200ebec841cd33cde8f70d7509105c08c61672becab280e"

do_build() {
patchelf --remove-needed libpangox-1.0.so.0 usr/bin/anydesk
Expand Down