mirror of
https://github.com/SinTan1729/aur-packages.git
synced 2024-12-25 23:58:36 -06:00
Fall back to archive.org
This commit is contained in:
parent
69616282a5
commit
10d3470d33
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue