summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStezkoy2022-06-14 09:52:17 +0500
committerStezkoy2022-06-14 09:52:17 +0500
commitc048ab9655e82abc753a1ec423473730ef3e48c1 (patch)
tree13edcb8315629c3603408a95523fcd74978ff683
parentf0651e87b56f24e13a7526c7d6916183a4681d49 (diff)
downloadaur-c048ab9655e82abc753a1ec423473730ef3e48c1.tar.gz
fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f9c2bbd0ff..5a9f6f24bf31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = assistant
pkgdesc = Secure remote access to computers over a local network or over the Internet.
pkgver = 4.9
- pkgrel = 1
+ pkgrel = 2
url = https://xn--80akicokc0aablc.xn--p1ai/
arch = x86_64
license = custom:SAFIB LTD
diff --git a/PKGBUILD b/PKGBUILD
index 2d3e7e847061..b504dbcabe04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=assistant
pkgver=4.9
-pkgrel=1
+pkgrel=2
pkgdesc='Secure remote access to computers over a local network or over the Internet.'
_pkgdesc_ru='Удобный инструмент для безопасного удаленного доступа и решения задач.'
arch=('x86_64')
@@ -13,11 +13,9 @@ depends=('bash' 'gtk2')
source=(${url}%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C/Download/574)
md5sums=('2ed206ecae6f81b757c2014a1ecaa356')
-prepare() {
- tar xf data.tar.xz -C "${pkgdir}"
-}
-
package() {
+ bsdtar xzf data.tar.gz -C "${pkgdir}"
+
install -Dm644 ${pkgdir}/opt/assistant/license/License.rtf "$pkgdir/usr/share/licenses/$pkgname/License.rtf"
install -Dm644 ${pkgdir}/opt/assistant/scripts/assistant.desktop "$pkgdir/usr/share/applications/remote-assistant.desktop"
-} \ No newline at end of file
+}