From d0b7409d2de5a8f69e6329e839a6c8280bf56a77 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 22 Jun 2020 23:47:54 +0000 Subject: [PATCH] community/hid-tools to 0.2-5 --- community/hid-tools/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/hid-tools/PKGBUILD b/community/hid-tools/PKGBUILD index 3ce877a6d..c16cd426b 100644 --- a/community/hid-tools/PKGBUILD +++ b/community/hid-tools/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hid-tools pkgver=0.2 -pkgrel=4 +pkgrel=5 arch=('any') url='https://gitlab.freedesktop.org/libevdev/hid-tools' license=('GPL2') @@ -31,5 +31,6 @@ package() { # Install documentation install -dm 755 "$pkgdir"/usr/share/doc/$pkgname cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname + rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees }