summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Random2017-10-11 14:32:15 +0200
committerJack Random2017-10-11 14:32:15 +0200
commit7d47568623320a781de95e4451320ae33ad7ba76 (patch)
treee411a7698f608c7c4cc091217ce42190db552192
parent4da4c4c95afb266ae699f3409de58152adeab887 (diff)
downloadaur-7d47568623320a781de95e4451320ae33ad7ba76.tar.gz
updated deps, desc, bumped to latest
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b79ec9f88778..d71eca5b466f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = buku-git
- pkgdesc = cmdline bookmark management utility written in Python3 and SQLite3
- pkgver = 998.6abfea2
- pkgrel = 2
+ pkgdesc = Powerful command-line bookmark manager.
+ pkgver = 1114.fd49d30
+ pkgrel = 1
url = https://github.com/jarun/Buku
arch = any
license = GPL3
makedepends = make
depends = python
- depends = python-crypto
- depends = sqlite
+ depends = python-beautifulsoup4
+ depends = python-cryptography
+ depends = python-requests
+ depends = python-urllib3
provides = buku
conflicts = buku
source = git+https://github.com/jarun/buku.git
diff --git a/PKGBUILD b/PKGBUILD
index e02068f2174f..4b12922d8d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=buku-git
_pkgname=buku
-pkgver=998.6abfea2
-pkgrel=2
-pkgdesc="cmdline bookmark management utility written in Python3 and SQLite3"
+pkgver=1114.fd49d30
+pkgrel=1
+pkgdesc="Powerful command-line bookmark manager."
arch=('any')
-depends=('python' 'python-crypto' 'sqlite')
+depends=('python' 'python-beautifulsoup4' 'python-cryptography' 'python-requests' 'python-urllib3')
conflicts=('buku')
provides=('buku')
makedepends=('make')