mirror of
https://github.com/SinTan1729/aur-packages.git
synced 2024-12-25 23:58:36 -06:00
Bumped knock-bin version to 79
This commit is contained in:
parent
252dbeb55f
commit
6464bfa378
1 changed files with 7 additions and 10 deletions
|
@ -1,16 +1,13 @@
|
||||||
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
||||||
pkgname="knock-bin"
|
pkgname="knock-bin"
|
||||||
_pkgname="knock"
|
pkgver=79
|
||||||
pkgver=1.3.1
|
pkgrel=1
|
||||||
pkgrel=8
|
|
||||||
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')
|
||||||
url="https://web.archive.org/web/20221020182238mp_/https://github.com/BentonEdmondson/knock"
|
url="https://github.com/BentonEdmondson/knock"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
source_x86_64=("knock_x86_64-$pkgver::$url/releases/download/$pkgver/$_pkgname-$pkgver-x86_64-linux")
|
source_x86_64=("knock::$url/releases/download/$pkgver/knock.linux.x86_64")
|
||||||
source_aarch64=("knock_aarch64-$pkgver::$url/releases/download/$pkgver/$_pkgname-$pkgver-aarch64-linux")
|
b2sums_x86_64=('8117834a773bbb91d6b870624a7ba37c9f089c8df45430762b842584302d3c70fa9a0b82a88b5f33107e896703ea02a32904e5af4b5eb9e7ca24e1436f2637e5')
|
||||||
b2sums_x86_64=('ec0e7c0041cdec2a6bc7bdb3fec54eaaa55ed36212480494969b64b26570bf12a446d7949f9015d47d34cb01a59ede52030ea095bfd33d80668466eae8688885')
|
|
||||||
b2sums_aarch64=('5651be570955f2803e5badaca65c440e1d037e01b4e3dd9a69619126e4adaddda3921a09091b888006c45a7125b749b32895f0a8d7bf51c8af1d9fa3e7c9f18a')
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 ./knock_$CARCH-$pkgver "$pkgdir/usr/bin/knock"
|
install -Dm755 ./knock "$pkgdir/usr/bin/knock"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue