From 10d3470d3340bf5c022aa3e785f27296738200d5 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sat, 14 Jan 2023 02:06:00 +0530 Subject: [PATCH] Fall back to archive.org --- knock-bin/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knock-bin/PKGBUILD b/knock-bin/PKGBUILD index 8993ef0..8e055cb 100644 --- a/knock-bin/PKGBUILD +++ b/knock-bin/PKGBUILD @@ -2,10 +2,10 @@ pkgname="knock-bin" _pkgname="knock" pkgver=1.3.1 -pkgrel=4 +pkgrel=5 pkgdesc="Convert ACSM files to PDF/EPUBs with one command on Linux" arch=('x86_64' 'aarch64') -url="https://github.com/BentonEdmondson/knock" +url="https://web.archive.org/web/20221020182238mp_/https://github.com/BentonEdmondson/knock" license=('GPL3') source_x86_64=("knock::$url/releases/download/$pkgver/$_pkgname-$pkgver-x86_64-linux") source_aarch64=("knock::$url/releases/download/$pkgver/$_pkgname-$pkgver-aarch64-linux")