summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-01-08 16:12:09 +0800
committeryjun2021-01-08 16:12:09 +0800
commit293a04d748eb58d3499b94ab92e4463ef7f7ed15 (patch)
tree296f9a558f5150f44a8018a83b6689362ffc6460
parentb04c1d4e59d3596f6c229d7e0c15cb0b2694d1f9 (diff)
downloadaur-293a04d748eb58d3499b94ab92e4463ef7f7ed15.tar.gz
removed /usr/bin/todeskupdate & /opt/todesk/todeskupdate
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec3cf294d613..4ecd7567216b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = todesk-bin
pkgdesc = Remote control and team work
pkgver = 1.2.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.todesk.cn/
install = todesk.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ace67629ebdc..029877fcadb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=todesk-bin
_pkgname=${pkgname%-bin}
pkgver=1.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="Remote control and team work"
arch=('x86_64')
url="https://www.todesk.cn/"
@@ -28,7 +28,7 @@ package() {
# binary wrapper
install -Dm 755 usr/local/bin/${_pkgname} -t ${pkgdir}/usr/bin/
- install -Dm 755 usr/local/bin/${_pkgname}update -t ${pkgdir}/usr/bin/
+ # install -Dm 755 usr/local/bin/${_pkgname}update -t ${pkgdir}/usr/bin/
# lib
find opt/${_pkgname}/lib -type f -exec install -Dm644 {} ${pkgdir}/{} \;
@@ -40,7 +40,7 @@ package() {
# binary & scripts
install -Dm755 opt/${_pkgname}/${_pkgname} -t ${pkgdir}/opt/${_pkgname}/
install -Dm755 opt/${_pkgname}/${_pkgname}d -t ${pkgdir}/opt/${_pkgname}/
- install -Dm755 opt/${_pkgname}/${_pkgname}update -t ${pkgdir}/opt/${_pkgname}/
+ # install -Dm755 opt/${_pkgname}/${_pkgname}update -t ${pkgdir}/opt/${_pkgname}/
install -Dm755 opt/${_pkgname}/daemon.sh -t ${pkgdir}/opt/${_pkgname}/
# qt.conf & todeskd.conf