summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpencer Muise2021-10-21 18:07:03 -0300
committerSpencer Muise2021-10-21 18:07:03 -0300
commitd8d0a2b511272c9be5ef1688f43ba5b81aafb565 (patch)
tree197286f1808dd02c0cb61f35c14522d9855dae0a
parent373cb3fd9b2b83663a340148089241f41e6c807e (diff)
downloadaur-d8d0a2b511272c9be5ef1688f43ba5b81aafb565.tar.gz
calibre-web-git: update deps
add python-flask-wtf
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aa36b3c1632..2f55718dd4a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = calibre-web-git
pkgdesc = Web app for browsing, reading and downloading eBooks stored in a Calibre database
- pkgver = 0.6.9.r277.g2d3ae71a
- pkgrel = 1
+ pkgver = 0.6.13.r95.gfe4db16a
+ pkgrel = 2
url = https://github.com/janeczku/calibre-web
arch = any
license = GPL3
@@ -21,6 +21,7 @@ pkgbase = calibre-web-git
depends = python-unidecode
depends = python-blinker
depends = python-iso639
+ depends = python-flask-wtf
provides = calibre-web
conflicts = calibre-web
source = git+https://github.com/janeczku/calibre-web.git
@@ -33,4 +34,3 @@ pkgbase = calibre-web-git
md5sums = 40101a01e29b944c7eb889b34849d8c5
pkgname = calibre-web-git
-
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')