summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2019-07-20 07:09:36 +0100
committerD. Can Celasun2019-07-20 07:09:36 +0100
commit357fbf0f608be2d4d7f005afc94e9ab80ab9e4e3 (patch)
tree877bbe56000e5ede864e4f4c9b0c1cf258fc3b02
parentdf0dbe63a8f058469285a4bad4a4a50561c293fc (diff)
downloadaur-357fbf0f608be2d4d7f005afc94e9ab80ab9e4e3.tar.gz
[kepubify-bin] Update to 2.3.3
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD9
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f9cceab6d32..501ad9b149aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon Feb 25 10:32:22 UTC 2019
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 2.3.2
+ pkgver = 2.3.3
pkgrel = 1
url = https://geek1011.github.io/kepubify
arch = x86_64
license = MIT
- source_x86_64 = kepubify-2.3.2::https://github.com/geek1011/kepubify/releases/download/v2.3.2/kepubify-linux-64bit
- md5sums_x86_64 = cb4d881e9b0fa545ab36882bdc846599
+ source = kepubify-2.3.3::https://github.com/geek1011/kepubify/releases/download/v2.3.3/kepubify-linux-64bit
+ source = seriesmeta-2.3.3::https://github.com/geek1011/kepubify/releases/download/v2.3.3/seriesmeta-linux-64bit
+ md5sums = 38cc061db12d4f6ceef4826a9db495a5
+ md5sums = 21b19cb003ec3f1bf86c8522830f37aa
pkgname = kepubify-bin
diff --git a/.gitignore b/.gitignore
index 8c0f227d3fee..cf9dd457b4b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
kepubify-*
+seriesmeta-*
diff --git a/PKGBUILD b/PKGBUILD
index 92113a9a58a9..f12d943176f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,18 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=2.3.2
+pkgver=2.3.3
pkgrel=1
pkgdesc="Convert your ePubs into kepubs, with a easy-to-use command-line tool."
arch=('x86_64')
url="https://geek1011.github.io/kepubify"
license=('MIT')
-source_x86_64=(${_pkgname}-${pkgver}::https://github.com/geek1011/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-64bit)
-md5sums_x86_64=('cb4d881e9b0fa545ab36882bdc846599')
+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=('38cc061db12d4f6ceef4826a9db495a5'
+ '21b19cb003ec3f1bf86c8522830f37aa')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}
+ install -m755 "${srcdir}/seriesmeta-${pkgver}" "${pkgdir}"/usr/bin/seriesmeta
}