summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2020-02-26 22:55:50 +0100
committerD3SOX2020-02-26 22:55:50 +0100
commit6dde6241ef64eaa69d79f4403340ca8a809100d1 (patch)
tree90fa7c11eed28beec8ff0f56e798a0a9d34b64f9
parentec2c586a7fa33ad5644abe40c1d7f702623867d6 (diff)
downloadaur-6dde6241ef64eaa69d79f4403340ca8a809100d1.tar.gz
added info to pkgdesc and conflicting packages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b98b5d61a37..e89cc7a7282d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = anydesk-bin
- pkgdesc = 'AnyDesk Free' is an All-In-One Software for Remote Support
+ pkgdesc = 'AnyDesk Free' is an All-In-One Software for Remote Support (Generic based package)
pkgver = 5.5.4
pkgrel = 1
url = https://anydesk.com
@@ -26,6 +26,8 @@ pkgbase = anydesk-bin
depends = libxdamage
depends = gcc-libs
optdepends = libpulse
+ conflicts = anydesk-test
+ conflicts = anydesk-debian
source_i686 = https://download.anydesk.com/linux/anydesk-5.5.4-i386.tar.gz
sha256sums_i686 = 79be3846fc51088bc5461752a6f66dae4bb5b9772c84fdd2cb8ece1b8965ba27
source_x86_64 = https://download.anydesk.com/linux/anydesk-5.5.4-amd64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ee38bf90d735..1c801a988961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=anydesk-bin
pkgver=5.5.4
pkgrel=1
-pkgdesc="'AnyDesk Free' is an All-In-One Software for Remote Support"
+pkgdesc="'AnyDesk Free' is an All-In-One Software for Remote Support (Generic based package)"
arch=('i686' 'x86_64')
url="https://anydesk.com"
license=('custom:Freeware')
depends=('fakeroot' 'python-shiboken2' 'gtkglext' 'libglvnd' 'gtk2' 'libx11' 'glibc' 'glib2' 'gdk-pixbuf2' 'libxcb' 'cairo' 'pango' 'libxi' 'libxrandr' 'libxtst' 'libxext' 'libxfixes' 'libxdamage' 'gcc-libs')
optdepends=('libpulse')
+conflicts=('anydesk-test' 'anydesk-debian')
source_i686=(https://download.anydesk.com/linux/anydesk-${pkgver}-i386.tar.gz)
source_x86_64=(https://download.anydesk.com/linux/anydesk-${pkgver}-amd64.tar.gz)