From 682213bebb6962ded51fd7006c1267d26a2c2ff6 Mon Sep 17 00:00:00 2001 From: wallenstein Date: Sun, 13 Oct 2024 15:16:26 +0300 Subject: [PATCH] Update srcpkgs/ayugram-desktop/template update file --- srcpkgs/ayugram-desktop/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ayugram-desktop/template b/srcpkgs/ayugram-desktop/template index c3b8853..e9cd4cd 100644 --- a/srcpkgs/ayugram-desktop/template +++ b/srcpkgs/ayugram-desktop/template @@ -7,12 +7,12 @@ homepage="https://github.com/AyuGram/AyuGramDesktop" short_desc="AyuGram binary package" maintainer="Wallenstein " license="GPL-3.0-or-later" -distfiles="https://ayugram.cringetech.net/ayugram-desktop-5.4.1.tar.xz" -checksum="f58498d79c008faa305eaab393fe241592d8547ecc2420f8ab68316eae9c743d" +distfiles="https://ayugram.cringetech.net/" +checksum="4840425c4f476cdf5a4558740fc0280297e365c7f02ad4dfd1feb2b79171b9cb" do_install() { # Распакуйте архив - tar -xJvf ${XBPS_SRCDISTDIR}/ayugram-desktop-${version}.tar.xz -C ${DESTDIR}/usr/bin + wget ${XBPS_SRCDISTDIR}/ayugram-desktop-${version} -O ${DESTDIR}/usr/bin/ayugram-desktop # Установка прав на исполняемый файл chmod 755 ${DESTDIR}/usr/bin/ayugram-desktop