summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2020-07-18 07:57:33 +0100
committerD. Can Celasun2020-07-18 07:57:33 +0100
commitcf6c6424ed0773bdca0d7d1a1538c5172735da05 (patch)
tree75e79ac4246f07e54b4c0ab2b93af0952d9c3c2d
parentd103e14178493924a5265a6fed7729ca713565c6 (diff)
downloadaur-cf6c6424ed0773bdca0d7d1a1538c5172735da05.tar.gz
[kepubify-bin] Update to 3.1.4
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e13ad9f229ae..588fd66901b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = kepubify-bin
pkgdesc = Convert your ePubs into kepubs, with a easy-to-use command-line tool.
- pkgver = 3.1.2
+ pkgver = 3.1.4
pkgrel = 1
- url = https://geek1011.github.io/kepubify
+ url = https://pgaskin.net/kepubify/
arch = x86_64
license = MIT
- source = kepubify-3.1.2::https://github.com/geek1011/kepubify/releases/download/v3.1.2/kepubify-linux-64bit
- source = seriesmeta-3.1.2::https://github.com/geek1011/kepubify/releases/download/v3.1.2/seriesmeta-linux-64bit
- md5sums = 20a9db3eed4a3912bcebfa159bb62b48
- md5sums = 3ce4b01893272e4606d3ff4dc6f3a148
+ source = kepubify-3.1.4::https://github.com/pgaskin/kepubify/releases/download/v3.1.4/kepubify-linux-64bit
+ source = seriesmeta-3.1.4::https://github.com/pgaskin/kepubify/releases/download/v3.1.4/seriesmeta-linux-64bit
+ md5sums = 39cde0884708207d331688036d3633ca
+ md5sums = f6b34c8e3cd7ef61d54a5dd0b4e35d4d
pkgname = kepubify-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7b06be8a85f8..9f5734dc1dbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=kepubify-bin
_pkgname=kepubify
-pkgver=3.1.2
+pkgver=3.1.4
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"
+url="https://pgaskin.net/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=('20a9db3eed4a3912bcebfa159bb62b48'
- '3ce4b01893272e4606d3ff4dc6f3a148')
+source=(${_pkgname}-${pkgver}::https://github.com/pgaskin/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-64bit
+ seriesmeta-${pkgver}::https://github.com/pgaskin/${_pkgname}/releases/download/v${pkgver}/seriesmeta-linux-64bit)
+md5sums=('39cde0884708207d331688036d3633ca'
+ 'f6b34c8e3cd7ef61d54a5dd0b4e35d4d')
package() {
install -d "${pkgdir}/usr/bin"
install -m755 "${srcdir}/${_pkgname}-${pkgver}" "${pkgdir}"/usr/bin/${_pkgname}