Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions srcpkgs/buku/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Template file for 'buku'
pkgname=buku
version=4.9
version=5.1.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
makedepends="python3-devel"
depends="python3-urllib3 python3-BeautifulSoup4 python3-cryptography
python3-html5lib python3-certifi"
short_desc="Cmdline bookmark management utility"
Expand All @@ -10,10 +13,9 @@ license="GPL-3.0-or-later"
homepage="https://github.com/jarun/Buku"
changelog="https://github.com/jarun/buku/raw/master/CHANGELOG"
distfiles="https://github.com/jarun/Buku/archive/v${version}.tar.gz"
checksum=1e432270ae78c7852110dcf2c2e215893bcc338299a4998f14a1f6b26e37bfac
checksum=38b0b3308d26170eb567763ff5a11012a939ea75a1368415425f18a1f46cac8a

do_install() {
vbin buku
post_install() {
vman buku.1
vcompletion auto-completion/bash/buku-completion.bash bash
vcompletion auto-completion/zsh/_buku zsh
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/buku_run/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'buku_run'
pkgname=buku_run
version=0.1.1
revision=2
revision=3
conf_files="/etc/buku_run.config"
depends="rofi gawk sed buku bash"
short_desc="Rofi frontend for buku bookmarks manager"
Expand Down