Date: Thursday, July 25, 2019 @ 08:37:26
  Author: arojas
Revision: 492771

Remove README from top-level python libdir (FS#63275)

Modified:
  python-json5/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-07-25 08:06:25 UTC (rev 492770)
+++ PKGBUILD    2019-07-25 08:37:26 UTC (rev 492771)
@@ -2,7 +2,7 @@
 
 pkgname=python-json5
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
 url="https://pypi.org/project/json5/";
@@ -22,5 +22,5 @@
   cd pyjson5-$pkgver
 
   python setup.py install --prefix=/usr --root="$pkgdir" --skip-build 
--optimize=1
-  rm -r "$pkgdir"/usr/lib/*/site-packages/tests/ # Don't ship tests
+  rm -r "$pkgdir"/usr/lib/*/site-packages/{README.md,tests} # Don't ship tests
 }

Reply via email to