mirror of
https://github.com/SinTan1729/aur-packages.git
synced 2024-12-26 08:08: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-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")
|
||||||
|
|
Loading…
Reference in a new issue