From 8de34328c5d970454190953a4aab7b8b03dc0b1c Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 4 Oct 2018 17:10:11 +0200 Subject: Update pkgbuild to use asciidoctor --- linux/makepkg/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/makepkg') diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 4d0c830..e5465d4 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -17,7 +17,7 @@ license=('GPL3') depends=('qt5-webengine>=5.11.0' 'boost-libs>=1.66.0') optdepends=('firejail: launch a sandboxed instance') -makedepends=('git' 'cmake' 'pkg-config' 'asciidoc') +makedepends=('git' 'cmake' 'pkg-config' 'asciidoctor') # this is the central repository source=("git+https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote.git" @@ -84,7 +84,7 @@ package() { install -Dm644 $srcdir/smolbote/data/poi.profile $pkgdir/usr/local/lib/smolbote/poi.profile msg2 "Installing manpage" - a2x --format=manpage $srcdir/smolbote/doc/smolbote.7.asciidoc + asciidoctor --backend=manpage $srcdir/smolbote/doc/smolbote.7.asciidoc gzip $srcdir/smolbote/doc/smolbote.7 install -Dm644 $srcdir/smolbote/doc/smolbote.7.gz $pkgdir/usr/local/man/man7/smolbote.7.gz } -- cgit v1.2.1