Package Details: buku 4.9-2

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: severach
Last Packager: ayushnix
Votes: 10
Popularity: 0.136192
First Submitted: 2021-09-05 14:16 (UTC)
Last Updated: 2024-04-07 18:01 (UTC)

Latest Comments

m040601 commented on 2025-05-01 18:27 (UTC)

Buku has just been updated to version v5.0, https://github.com/jarun/buku. The repo is alive and well with strong activity and lotz of collaborators.

Buku has had in average 2 releases a year,

TITLE        TYPE    TAG NAME  PUBLISHED
buku v5.0    Latest  v5.0      about 4 days ago
buku v4.9            v4.9      about 1 year ago
buku v4.8            v4.8      about 2 years ago
buku v4.7            v4.7      about 2 years ago
buku v4.6            v4.6      about 3 years ago

This PKGBUILD, "buku", has just been abandoned.

It would be nice if the same set of person(s) with competence in Python could adopt and maintain both "buku" and "buku-git". Avoiding reduplicating work, and sharing more pairs of eyes.

To the future maintainer, please read my comment there, https://aur.archlinux.org/packages/buku-git

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

...
        source = buku-4.9.tar.gz::https://github.com/jarun/buku/archive/refs/tags/v4.9.tar.gz
....

$ wget https://github.com/jarun/buku/archive/refs/tags/v4.9.tar.gz

$ tar tf v4.9.tar.gz

...
... many files ...
...
buku-4.9/CHANGELOG
...
buku-4.9/README.md
...

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,

/usr/share/doc/buku/CHANGELOG
/usr/share/doc/buku/README.md

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

  cd "$pkgname-$pkgver" 2> /dev/null || {
    printf "%s\n" "unable to cd to $pkgname-$pkgver"
    exit 1
  }

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')