summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cccfb71c5a7..af0e7742aeac 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buku
pkgdesc = Powerful command-line bookmark manager.
pkgver = 4.2.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jarun/Buku
arch = any
license = GPL3
@@ -17,6 +17,7 @@ pkgbase = buku
depends = python-cffi
depends = python-click
depends = python-flask-admin
+ depends = python-flask-api
depends = python-flask-bootstrap
depends = python-flask-paginate
depends = python-flask-wtf
diff --git a/PKGBUILD b/PKGBUILD
index 883788cf3759..34508091f868 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=buku
pkgver=4.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="Powerful command-line bookmark manager."
arch=('any')
-depends=('python' 'python-beautifulsoup4' 'python-cryptography' 'python-urllib3' 'python-certifi' 'python-html5lib' 'python-appdirs' 'python-arrow' 'python-cffi' 'python-click' 'python-flask-admin' 'python-flask-bootstrap' 'python-flask-paginate' 'python-flask-wtf' 'python-idna' 'python-itsdangerous' 'python-jinja' 'python-markupsafe' 'python-packaging' 'python-pyasn1' 'python-pycparser' 'python-requests' 'python-six' 'python-werkzeug')
+depends=('python' 'python-beautifulsoup4' 'python-cryptography' 'python-urllib3' 'python-certifi' 'python-html5lib' 'python-appdirs' 'python-arrow' 'python-cffi' 'python-click' 'python-flask-admin' 'python-flask-api' 'python-flask-bootstrap' 'python-flask-paginate' 'python-flask-wtf' 'python-idna' 'python-itsdangerous' 'python-jinja' 'python-markupsafe' 'python-packaging' 'python-pyasn1' 'python-pycparser' 'python-requests' 'python-six' 'python-werkzeug')
makedepends=('make')
url="https://github.com/jarun/Buku"
license=('GPL3')