[arch-commits] Commit in hid-tools/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Jun 22 19:23:28 UTC 2020


    Date: Monday, June 22, 2020 @ 19:23:27
  Author: ffy00
Revision: 650854

upgpkg: hid-tools 0.2-5 (remove .doctrees)

Modified:
  hid-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 19:17:17 UTC (rev 650853)
+++ PKGBUILD	2020-06-22 19:23:27 UTC (rev 650854)
@@ -2,7 +2,7 @@
 
 pkgname=hid-tools
 pkgver=0.2
-pkgrel=4
+pkgrel=5
 arch=('any')
 url='https://gitlab.freedesktop.org/libevdev/hid-tools'
 license=('GPL2')
@@ -28,5 +28,6 @@
   # 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
 }
 



More information about the arch-commits mailing list