summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-08-24 16:46:54 -0400
committerEli Schwartz2016-08-24 16:46:54 -0400
commit5c841bcfb70311558795b146690c76df5acae7a7 (patch)
tree8b93865a322c053bdd03bb0a8b029c4610b50025
parent0b632d677a7f5fd5b64cd3b6e285fd0fd34aa4dc (diff)
downloadaur-5c841bcfb70311558795b146690c76df5acae7a7.tar.gz
upgpkg: fanficfare-git 2.3.6.r0.g173fca8-1
upstream release
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d2005c4bf6d..e61d9cf191b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fanficfare-git
pkgdesc = A tool for downloading fanfiction to eBook formats
- pkgver = 2.3.5.r0.gf6d65c3
+ pkgver = 2.3.6.r0.g173fca8
pkgrel = 1
url = https://github.com/JimmXinu/FanFicFare
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4681306f3537..c2d710f8469d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=FanFicFare
pkgname=fanficfare-git
-pkgver=2.3.5.r0.gf6d65c3
+pkgver=2.3.6.r0.g173fca8
pkgrel=1
pkgdesc="A tool for downloading fanfiction to eBook formats"
arch=('any')
@@ -26,6 +26,12 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
python2 setup.py build
+
+ if [[ -x /usr/bin/calibre-customize ]]; then
+ msg2 "Creating and installing FanFicFare calibre plugin..."
+ python2 makeplugin.py
+ calibre-customize -a FanFicFare.zip || true
+ fi
}
package() {