Search Criteria
Package Details: buku 4.9-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/buku.git (read-only, click to copy) |
---|---|
Package Base: | buku |
Description: | Bookmark manager like a text-based mini-web |
Upstream URL: | https://github.com/jarun/buku |
Keywords: | buku |
Licenses: | GPL3 |
Submitter: | ayushnix |
Maintainer: | ayushnix |
Last Packager: | ayushnix |
Votes: | 9 |
Popularity: | 0.045945 |
First Submitted: | 2021-09-05 14:16 (UTC) |
Last Updated: | 2024-04-07 18:01 (UTC) |
Dependencies (9)
- ca-certificates (ca-certificates-utils)
- python-beautifulsoup4
- python-cryptography
- python-html5lib (python-html5lib-gitAUR)
- python-urllib3
- python-setuptools (make)
- wl-clipboard (wl-clipboard-gitAUR, wl-clipboard-rs-gitAUR, wl-clipboard-rsAUR) (optional) – to copy text in wayland
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (optional) – to copy text in xorg
- xsel (xsel-gitAUR, wl-clipboard-x11AUR) (optional) – to copy text in xorg
Latest Comments
ayushnix commented on 2024-04-07 18:02 (UTC)
@m040601 Thanks! I've added CHANGELOG and README.md to usr/share/doc/buku
m040601 commented on 2024-04-07 14:59 (UTC) (edited on 2024-04-07 15:00 (UTC) by m040601)
Thanks for the work maintaining and keeping the PKGBUILD up to date. Very usefull tool.
$ cat .SRCINFO
$ wget https://github.com/jarun/buku/archive/refs/tags/v4.9.tar.gz
$ tar tf v4.9.tar.gz
That CHANGELOG is very usefull to keep up with changes you might forget and have offline on my system.
Can you please make sure it also lands in something like for ex,
Thanks in advance.
exploder-jimmy commented on 2023-02-20 04:33 (UTC)
Thank you.
ayushnix commented on 2023-02-20 01:43 (UTC)
@exploder-jimmy: Thanks, I've implemented the suggested changes.
exploder-jimmy commented on 2023-02-19 19:53 (UTC)
This complication is not needed
makepkg does this for you. Just use
cd
.exploder-jimmy commented on 2023-02-19 19:38 (UTC) (edited on 2023-02-19 19:39 (UTC) by exploder-jimmy)
Please remove
conflicts=('buku-git')
, it should not be there.This is the main package, while
buku-git
is an alternative version.(You might do the same for the rest of the packages you maintain too.)
Please also update the licence. It's
GPL3
ayushnix commented on 2022-01-18 17:36 (UTC)
@rufous, Done, thanks for the suggestion.
rufous commented on 2022-01-18 10:33 (UTC) (edited on 2022-01-18 11:23 (UTC) by rufous)
Please add arch=('any')