Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
8 changes: 4 additions & 4 deletions srcpkgs/anydesk/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'anydesk'
pkgname=anydesk
version=6.3.2
revision=1
version=7.1.2
revision=2
archs="x86_64"
create_wrksrc=yes
hostmakedepends="patchelf"
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="86d7acc480670f7e4689d5c4a1a96a060cd61e2fca655a46e603660b787aca5d
e93b4247e7b1b45415c9ca01aa72e5b9f2f929e18156cdd4e8f3b10ab4bb1bcf"

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