summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStezkoy2022-06-14 09:54:44 +0500
committerStezkoy2022-06-14 09:54:44 +0500
commitf0f9027e46a0a31ba3ead5f9914458fab3e00976 (patch)
treef21ddce54d5d94a369b97e5bb386336cc44e0062
parentc048ab9655e82abc753a1ec423473730ef3e48c1 (diff)
downloadaur-f0f9027e46a0a31ba3ead5f9914458fab3e00976.tar.gz
ops
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b504dbcabe04..4cd3949d2534 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=(${url}%D1%81%D0%BA%D0%B0%D1%87%D0%B0%D1%82%D1%8C/Download/574)
md5sums=('2ed206ecae6f81b757c2014a1ecaa356')
package() {
- bsdtar xzf data.tar.gz -C "${pkgdir}"
+ tar xf data.tar.xz -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"