summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6e3beb0ff18f3370bcd902238564b8f304379078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>

pkgname=anydesk
pkgver=2.6.1
pkgrel=1
pkgdesc="'AnyDesk Free' is an All-In-One Software for Remote Support"
arch=('i686' 'x86_64')
url="http://anydesk.de/"
license=('custom:Freeware')
depends=('gtkglext')
optdepends=('libpulse')

source_i686=(http://download.anydesk.com/linux/${pkgname}_${pkgver}-1_i386.deb)
source_x86_64=(http://download.anydesk.com/linux/${pkgname}_${pkgver}-1_amd64.deb)

sha256sums_i686=('36d8fa8d3dbaf56830d2a9230fe0874543ab595ff5a18cdab9916235fa7b3e2c')
sha256sums_x86_64=('448d4ca9bdd801891c78f4ebd8d24cfbdc79445cb5120b8ea49b52c36a6e9a3e')

package() {
    cd "${pkgdir}"
    tar xf "${srcdir}/data.tar.gz"
    # If you want to keep the autostart mode, comment next line
    rm -rf etc/
}