Date: Wednesday, May 17, 2023 @ 10:17:38
  Author: dvzrv
Revision: 1462928

upgpkg: sequoia-wot 0.8.1-3: Rebuild to remove man pages.

Although sq-wot's functionality slightly differs from that of sq wot, we remove 
the man pages as they conflict with
sequoia-sq's: https://bugs.archlinux.org/task/78454

Modified:
  sequoia-wot/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-17 08:40:32 UTC (rev 1462927)
+++ PKGBUILD    2023-05-17 10:17:38 UTC (rev 1462928)
@@ -2,7 +2,7 @@
 
 pkgname=sequoia-wot
 pkgver=0.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An implementation of OpenPGP's web of trust"
 arch=(x86_64)
 url="https://gitlab.com/sequoia-pgp/sequoia-wot";
@@ -50,5 +50,4 @@
   install -vDm 644 target/release/build/${pkgname}*/out/sq-wot.bash 
"$pkgdir/usr/share/bash-completion/completions/sq-wot"
   install -vDm 644 target/release/build/${pkgname}*/out/sq-wot.fish -t 
"$pkgdir/usr/share/fish/completions/"
   install -vDm 644 target/release/build/${pkgname}*/out/_sq-wot -t 
"$pkgdir/usr/share/zsh/site-functions/"
-  install -vDm 644 target/release/build/${pkgname}*/out/sq-wot*.1 -t 
"$pkgdir/usr/share/man/man1/"
 }

Reply via email to