summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-11-29 15:06:48 -0800
committerJohnathan Jenkins2016-11-29 15:06:48 -0800
commit22852177fb7de6e8abe50b2dd4a82e7dd57fd264 (patch)
treebebf67f69c81248989ceb3680687d882145ce05e /PKGBUILD
parent68e0999923169f9c9aaddd0f0f3f314805ce04f7 (diff)
downloadaur-22852177fb7de6e8abe50b2dd4a82e7dd57fd264.tar.gz
new depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2ea09a95f81..95dc55bc3ff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=buku
pkgver=2.7
-pkgrel=0
+pkgrel=1
pkgdesc="cmdline bookmark management utility written in Python3 and SQLite3"
arch=('any')
-depends=('python' 'python-beautifulsoup4' 'python-cryptography' 'sqlite')
+depends=('python' 'python-beautifulsoup4' 'python-cryptography' 'python-requests' 'python-urllib3')
makedepends=('make')
url="https://github.com/jarun/Buku"
license=('GPL3')