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

Antonio Rojas arojas at archlinux.org
Wed Mar 18 07:25:41 UTC 2020


    Date: Wednesday, March 18, 2020 @ 07:25:41
  Author: arojas
Revision: 600437

Update to 0.9.3

Modified:
  python-json5/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-18 05:12:18 UTC (rev 600436)
+++ PKGBUILD	2020-03-18 07:25:41 UTC (rev 600437)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=python-json5
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="A Python implementation of the JSON5 data format"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(python)
 makedepends=(python-setuptools)
 source=($pkgname-$pkgver::"https://github.com/dpranke/pyjson5/archive/v$pkgver.tar.gz")
-sha256sums=('2c163327282d220d16b3110e608a17e47577f87eba42afdced8b5adcf5a381ae')
+sha256sums=('ab8de77e43efee58c1de9251d06539c5324a64c2aca51e4afbdaff12729e6f53')
 
 build() {
   cd pyjson5-$pkgver
@@ -22,5 +22,4 @@
   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
 }



More information about the arch-commits mailing list