From 60ee6e11592b94a2fbeb86ace9b004440b40794a Mon Sep 17 00:00:00 2001 From: asmeron Date: Mon, 20 May 2024 18:40:56 +0600 Subject: [PATCH] Add comment source --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 12926b8..5459439 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -20,7 +20,7 @@ pkgbase = cryptopro-csp-k1 depends = ccid depends = acsccid options = !strip - source = linux-amd64.tgz + source = linux-amd64.tgz::local://linux-amd64.tgz sha256sums = SKIP pkgname = cryptopro-csp-k1 diff --git a/PKGBUILD b/PKGBUILD index b8e101e..42e6284 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -48,7 +48,7 @@ depends=( 'acsccid' ) makedepends=('libarchive') -source=('linux-amd64.tgz') # download from https://cryptopro.ru/sites/default/files/private/csp/50/13000/linux-amd64.tgz +source=('linux-amd64.tgz'::local://linux-amd64.tgz) # download from https://cryptopro.ru/sites/default/files/private/csp/50/13000/linux-amd64.tgz sha256sums=('SKIP') options=(!strip)