Date: Tuesday, September 27, 2022 @ 23:00:31 Author: grawlinson Revision: 1313872
upgpkg: jc 1.22.0-1; new upstream release Modified: jc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-27 23:00:23 UTC (rev 1313871) +++ PKGBUILD 2022-09-27 23:00:31 UTC (rev 1313872) @@ -2,7 +2,7 @@ # Contributor: Jameson Pugh <[email protected]> pkgname=jc -pkgver=1.21.2 +pkgver=1.22.0 pkgrel=1 pkgdesc='Converts the output of popular command-line tools and file-types to JSON' arch=('any') @@ -15,7 +15,7 @@ 'python-xmltodict' ) makedepends=('git' 'python-setuptools') -_commit='f1383b5c66538db858b0de0bf1197d47353c0f29' +_commit='b877cc9509b9828a13e4513c8241164e2fc9b37c' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP')
