Bumped knock-bin version to 79

This commit is contained in:
Sayantan Santra 2024-07-17 01:52:38 -05:00
parent 252dbeb55f
commit 6464bfa378
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 7 additions and 10 deletions

View File

@ -1,16 +1,13 @@
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
pkgname="knock-bin"
_pkgname="knock"
pkgver=1.3.1
pkgrel=8
pkgver=79
pkgrel=1
pkgdesc="Convert ACSM files to PDF/EPUBs with one command on Linux"
arch=('x86_64' 'aarch64')
url="https://web.archive.org/web/20221020182238mp_/https://github.com/BentonEdmondson/knock"
arch=('x86_64')
url="https://github.com/BentonEdmondson/knock"
license=('GPL3')
source_x86_64=("knock_x86_64-$pkgver::$url/releases/download/$pkgver/$_pkgname-$pkgver-x86_64-linux")
source_aarch64=("knock_aarch64-$pkgver::$url/releases/download/$pkgver/$_pkgname-$pkgver-aarch64-linux")
b2sums_x86_64=('ec0e7c0041cdec2a6bc7bdb3fec54eaaa55ed36212480494969b64b26570bf12a446d7949f9015d47d34cb01a59ede52030ea095bfd33d80668466eae8688885')
b2sums_aarch64=('5651be570955f2803e5badaca65c440e1d037e01b4e3dd9a69619126e4adaddda3921a09091b888006c45a7125b749b32895f0a8d7bf51c8af1d9fa3e7c9f18a')
source_x86_64=("knock::$url/releases/download/$pkgver/knock.linux.x86_64")
b2sums_x86_64=('8117834a773bbb91d6b870624a7ba37c9f089c8df45430762b842584302d3c70fa9a0b82a88b5f33107e896703ea02a32904e5af4b5eb9e7ca24e1436f2637e5')
package() {
install -Dm755 ./knock_$CARCH-$pkgver "$pkgdir/usr/bin/knock"
install -Dm755 ./knock "$pkgdir/usr/bin/knock"
}