Date: Saturday, February 4, 2023 @ 21:25:12
  Author: felixonmars
Revision: 1392423

upgpkg: haskell-pandoc 3.0-2: include manpage

Modified:
  haskell-pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-04 21:16:20 UTC (rev 1392422)
+++ PKGBUILD    2023-02-04 21:25:12 UTC (rev 1392423)
@@ -5,7 +5,7 @@
 _hkgname=pandoc
 pkgname=haskell-pandoc
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -63,4 +63,7 @@
     install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${_hkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+
+    # Should be in pandoc-cli, I think. 
+    install -Dm644 man/pandoc.1 -t "${pkgdir}"/usr/share/man/man1/
 }

Reply via email to