summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Oliver2019-05-25 09:16:21 +0100
committerBen Oliver2019-05-25 09:16:21 +0100
commit6c902a1fd9debffc0f67f126b0edd816bdef2485 (patch)
treee5189ac7ecd3b91c03169521db9c9e9de16ab105
parentdb1249816c6279d080987e6e3f6b191d4850dbf4 (diff)
downloadaur-6c902a1fd9debffc0f67f126b0edd816bdef2485.tar.gz
Add python-flask-api to depends
Because I forgot...
-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')