Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

void-docs: update to 2020.12.23. #27391

Merged
merged 1 commit into from
Dec 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions srcpkgs/void-docs/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'void-docs'
pkgname=void-docs
version=2020.08.18
revision=3
hostmakedepends="mdBook fd pandoc texlive perl perl-JSON"
version=2020.12.23
revision=1
hostmakedepends="mdBook fd pandoc texlive perl perl-JSON librsvg-utils"
short_desc="Documentation for Void Linux"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="CC-BY-SA-4.0"
homepage="https://github.com/void-linux/void-docs"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=52b621a3d15ba4c5f5a33a6c1a27efa5bde9739334d277f22026bfd603f6f24b
checksum=bc6f25392b14b3de33378fbfe84a93e4838cba21603cc9d742fd842ab32c4db5

export PREFIX=/usr

Expand All @@ -22,7 +22,7 @@ do_install() {
}

void-docs-browse_package() {
depends="${sourcepkg}>=${version}_${revision} fzf mdcat"
depends="${sourcepkg}>=${version}_${revision} skim mdcat"
short_desc+=" - browsing utilities"
build_style=meta
}