summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenuks2021-03-03 16:39:00 +0100
committerfenuks2021-03-03 16:39:00 +0100
commit4dac6463be6407f9db18b71b3a9cef034ffac206 (patch)
treeb663ce599a29458f85aa29eb0fc805d40599ae5e
parent4657999ef9bf62cd356f2af4aeefb2403b8c9cf3 (diff)
downloadaur-4dac6463be6407f9db18b71b3a9cef034ffac206.tar.gz
Add man page
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c471d89276b9..aca7788deaae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bukuserver
pkgdesc = Powerful command-line bookmark manager. CLI and server.
pkgver = 4.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jarun/Buku
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4508e38251d8..d3d58f48e10b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bukuserver
pkgver=4.5
-pkgrel=1
+pkgrel=2
pkgdesc="Powerful command-line bookmark manager. CLI and server."
arch=('any')
depends=('python' 'python-flask-reverse-proxy-fix' 'python-beautifulsoup4' 'python-cryptography' 'python-urllib3' 'python-certifi' 'python-html5lib' 'python-appdirs' 'python-arrow' 'python-cffi' 'python-click' 'python-flask-admin' 'python-flask-api' 'python-flask-bootstrap' 'python-flask-paginate' 'python-flask-wtf' 'python-idna' 'python-itsdangerous' 'python-jinja' 'python-markupsafe' 'python-packaging' 'python-pyasn1' 'python-pycparser' 'python-requests' 'python-six' 'python-werkzeug')
@@ -21,4 +21,6 @@ package() {
install -Dm644 auto-completion/fish/buku.fish "${pkgdir}/usr/share/fish/vendor_completions.d/buku.fish"
install -Dm644 auto-completion/bash/buku-completion.bash "${pkgdir}/etc/bash_completion.d/buku"
install -Dm644 auto-completion/zsh/_buku "${pkgdir}/usr/share/zsh/site-functions/_buku"
+ gzip -f buku.1
+ install -Dm644 buku.1.gz "${pkgdir}/usr/share/man/man1/buku.1.gz"
}