summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpencer Muise2021-10-21 18:07:03 -0300
committerSpencer Muise2021-10-21 18:07:03 -0300
commitd8d0a2b511272c9be5ef1688f43ba5b81aafb565 (patch)
tree197286f1808dd02c0cb61f35c14522d9855dae0a /PKGBUILD
parent373cb3fd9b2b83663a340148089241f41e6c807e (diff)
downloadaur-calibre-web-git.tar.gz
calibre-web-git: update deps
add python-flask-wtf
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77904dc9eaa7..a9056f616b7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Spencer Muise <smuise@spencermuise.ca>
pkgname=calibre-web-git
-pkgver=0.6.9.r277.g2d3ae71a
-pkgrel=1
+pkgver=0.6.13.r95.gfe4db16a
+pkgrel=2
pkgdesc="Web app for browsing, reading and downloading eBooks stored in a Calibre database"
arch=('any')
url="https://github.com/janeczku/calibre-web"
@@ -23,6 +23,7 @@ depends=(
'python-unidecode'
'python-blinker'
'python-iso639'
+ 'python-flask-wtf'
)
makedepends=('git')
conflicts=('calibre-web')