Fall back to archive.org

This commit is contained in:
Sayantan Santra 2023-01-14 02:06:00 +05:30
parent 69616282a5
commit 10d3470d33
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
pkgname="knock-bin" pkgname="knock-bin"
_pkgname="knock" _pkgname="knock"
pkgver=1.3.1 pkgver=1.3.1
pkgrel=4 pkgrel=5
pkgdesc="Convert ACSM files to PDF/EPUBs with one command on Linux" pkgdesc="Convert ACSM files to PDF/EPUBs with one command on Linux"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
url="https://github.com/BentonEdmondson/knock" url="https://web.archive.org/web/20221020182238mp_/https://github.com/BentonEdmondson/knock"
license=('GPL3') license=('GPL3')
source_x86_64=("knock::$url/releases/download/$pkgver/$_pkgname-$pkgver-x86_64-linux") source_x86_64=("knock::$url/releases/download/$pkgver/$_pkgname-$pkgver-x86_64-linux")
source_aarch64=("knock::$url/releases/download/$pkgver/$_pkgname-$pkgver-aarch64-linux") source_aarch64=("knock::$url/releases/download/$pkgver/$_pkgname-$pkgver-aarch64-linux")