community/hid-tools to 0.2-5

This commit is contained in:
Kevin Mihelich 2020-06-22 23:47:54 +00:00
parent 3cb5a654c5
commit d0b7409d2d

View file

@ -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
}