summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-01-10 17:56:58 +0800
committertaotieren2024-01-10 17:56:58 +0800
commitb54e683c77aba8939f9733fa18a482e55b7ca299 (patch)
tree36aae801a0694fa9ee88791338422e08eb4e58c0
parent035536efc540bc0f540f362c03689ebca08ab3f7 (diff)
downloadaur-b54e683c77aba8939f9733fa18a482e55b7ca299.tar.gz
update rustdesk
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20e8f02e4162..e84d9f2a3361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rustdesk-bin
pkgdesc = Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk!
pkgver = 1.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rustdesk/rustdesk
arch = x86_64
license = GPL3
@@ -22,6 +22,6 @@ pkgbase = rustdesk-bin
conflicts = rustdesk
options = !strip
source = rustdesk-1.2.3-x86_64.pkg.tar.zst::https://github.com/rustdesk/rustdesk/releases/download/1.2.3/rustdesk-1.2.3-0-x86_64.pkg.tar.zst
- sha256sums = 7ab916a551d082eff1f2df26347a979cf879d9a0155faaefb0faaa36ec8b813a
+ sha256sums = SKIP
pkgname = rustdesk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e65b0b792a9..fe0bf90a387c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=rustdesk-bin
pkgname=(rustdesk-bin)
pkgver=1.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk!"
url="https://github.com/rustdesk/rustdesk"
license=('GPL3')
@@ -30,7 +30,7 @@ optdepends=(
)
options=('!strip')
source=("${pkgbase%-bin}-${pkgver}-$CARCH.pkg.tar.zst::$url/releases/download/${pkgver}/rustdesk-${pkgver}-0-$CARCH.pkg.tar.zst")
-sha256sums=('7ab916a551d082eff1f2df26347a979cf879d9a0155faaefb0faaa36ec8b813a')
+sha256sums=('SKIP')
prepare() {
sed -i "s/^\(Icon=\).*$/\1rustdesk/" "$srcdir/usr/share/rustdesk/files/rustdesk.desktop"