diff options
author | D. Can Celasun | 2020-01-18 20:53:12 +0000 |
---|---|---|
committer | D. Can Celasun | 2020-01-18 20:53:12 +0000 |
commit | 95a60a87bd12ca14d1177746be82bba9f47e16e2 (patch) | |
tree | 1768c404252c5b66e4b1b274edeeff0bbe748a7c | |
parent | 83fb50f4c9c7489b223314b88d59da1a289f5a0f (diff) | |
download | aur-95a60a87bd12ca14d1177746be82bba9f47e16e2.tar.gz |
[kepubify-bin] Update to 3.0.0
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,14 +1,14 @@ pkgbase = kepubify-bin pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool. - pkgver = 2.5.1 + pkgver = 3.0.0 pkgrel = 1 url = https://geek1011.github.io/kepubify arch = x86_64 license = MIT - source = kepubify-2.5.1::https://github.com/geek1011/kepubify/releases/download/v2.5.1/kepubify-linux-64bit - source = seriesmeta-2.5.1::https://github.com/geek1011/kepubify/releases/download/v2.5.1/seriesmeta-linux-64bit - md5sums = 05700f7cc3e49bbe64a051c8fce4b1e4 - md5sums = d3f3bcf0aec58697ba0c0d2fa37bf4e9 + source = kepubify-3.0.0::https://github.com/geek1011/kepubify/releases/download/v3.0.0/kepubify-linux-64bit + source = seriesmeta-3.0.0::https://github.com/geek1011/kepubify/releases/download/v3.0.0/seriesmeta-linux-64bit + md5sums = f76490a742907ee3db1e2726f7eb4028 + md5sums = 6401e902593da2a90e95cbe9c0210884 pkgname = kepubify-bin @@ -2,7 +2,7 @@ pkgname=kepubify-bin _pkgname=kepubify -pkgver=2.5.1 +pkgver=3.0.0 pkgrel=1 pkgdesc="Convert your ePubs into kepubs, with a easy-to-use command-line tool." arch=('x86_64') @@ -10,8 +10,8 @@ url="https://geek1011.github.io/kepubify" license=('MIT') source=(${_pkgname}-${pkgver}::https://github.com/geek1011/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-64bit seriesmeta-${pkgver}::https://github.com/geek1011/${_pkgname}/releases/download/v${pkgver}/seriesmeta-linux-64bit) -md5sums=('05700f7cc3e49bbe64a051c8fce4b1e4' - 'd3f3bcf0aec58697ba0c0d2fa37bf4e9') +md5sums=('f76490a742907ee3db1e2726f7eb4028' + '6401e902593da2a90e95cbe9c0210884') package() { install -d "${pkgdir}/usr/bin" install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname} |