summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Oliver2019-05-25 08:53:10 +0100
committerBen Oliver2019-05-25 08:53:10 +0100
commitdb1249816c6279d080987e6e3f6b191d4850dbf4 (patch)
tree49111cc18ffb7368eadcdd22c1dfff1bb592b601
parent7557f39301387dbe037c83c4786d0625e3a8cf6d (diff)
downloadaur-db1249816c6279d080987e6e3f6b191d4850dbf4.tar.gz
Added depends for bukuserver
-rwxr-xr-x.SRCINFO20
-rwxr-xr-xPKGBUILD4
2 files changed, 21 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca832febd850..0cccfb71c5a7 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buku
pkgdesc = Powerful command-line bookmark manager.
pkgver = 4.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jarun/Buku
arch = any
license = GPL3
@@ -12,6 +12,24 @@ pkgbase = buku
depends = python-urllib3
depends = python-certifi
depends = python-html5lib
+ depends = python-appdirs
+ depends = python-arrow
+ depends = python-cffi
+ depends = python-click
+ depends = python-flask-admin
+ depends = python-flask-bootstrap
+ depends = python-flask-paginate
+ depends = python-flask-wtf
+ depends = python-idna
+ depends = python-itsdangerous
+ depends = python-jinja
+ depends = python-markupsafe
+ depends = python-packaging
+ depends = python-pyasn1
+ depends = python-pycparser
+ depends = python-requests
+ depends = python-six
+ depends = python-werkzeug
source = buku-4.2.2.tar.gz::https://codeload.github.com/jarun/Buku/tar.gz/v4.2.2
sha256sums = 08866f284a03454d9ee5bbb332da62e6ae1dfbe83ada75092453a7fd04fe62b3
diff --git a/PKGBUILD b/PKGBUILD
index c7ce54431bd9..883788cf3759 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
pkgname=buku
pkgver=4.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Powerful command-line bookmark manager."
arch=('any')
-depends=('python' 'python-beautifulsoup4' 'python-cryptography' 'python-urllib3' 'python-certifi' 'python-html5lib')
+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')
makedepends=('make')
url="https://github.com/jarun/Buku"
license=('GPL3')