[arch-commits] Commit in python-libevdev/trunk (PKGBUILD)

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


    Date: Monday, June 22, 2020 @ 19:30:06
  Author: ffy00
Revision: 650857

upgpkg: python-libevdev 0.9-2 (remove .doctrees)

Modified:
  python-libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 19:27:00 UTC (rev 650856)
+++ PKGBUILD	2020-06-22 19:30:06 UTC (rev 650857)
@@ -2,7 +2,7 @@
 
 pkgname=python-libevdev
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='https://gitlab.freedesktop.org/libevdev/python-libevdev'
 license=('MIT')
@@ -35,5 +35,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