mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
Fix build for new data filename
This commit is contained in:
parent
e110fa4934
commit
df8628dbae
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = remote-desktop-manager
|
||||
pkgdesc = Devolutions Remote Desktop Manager centralizes all remote connections on a single platform that is securely shared between users and across the entire team.
|
||||
pkgver = 2022.3.1.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://remotedesktopmanager.com/
|
||||
install = remote-desktop-manager.install
|
||||
arch = x86_64
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Thomas Mashos <thomas at mashos dot com>
|
||||
pkgname=remote-desktop-manager
|
||||
pkgver=2022.3.1.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Devolutions Remote Desktop Manager centralizes all remote connections on a single platform that is securely shared between users and across the entire team."
|
||||
arch=('x86_64')
|
||||
url="https://remotedesktopmanager.com/"
|
||||
|
|
@ -14,7 +14,7 @@ source=("RemoteDesktopManager_${pkgver}_amd64.deb::https://cdn.devolutions.net/d
|
|||
sha256sums=('D8A31378EFBCB513AB75203E9299A6932944C27E360BD20AA803FBE993253085')
|
||||
|
||||
prepare() {
|
||||
tar -xf ${srcdir}/data.tar.xz
|
||||
tar -xf ${srcdir}/data.tar.zst
|
||||
sed -i "s/usr\/lib/opt/" "${srcdir}/bin/remotedesktopmanager"
|
||||
sed -i "s/usr\/lib/opt/" "${srcdir}/usr/share/applications/remotedesktopmanager.desktop"
|
||||
sed -i "s/RemoteDesktopManager\/RemoteDesktopManager/RemoteDesktopManager\/RemoteDesktopManager %u/" "${srcdir}/usr/share/applications/remotedesktopmanager.desktop"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue