George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / jc
Commits: e643f54d by George Rawlinson at 2023-10-22T20:32:27+13:00 upgpkg: 1.23.5-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = jc + pkgdesc = Converts the output of popular command-line tools and file-types to JSON + pkgver = 1.23.5 + pkgrel = 1 + url = https://github.com/kellyjonbrazil/jc + arch = any + license = MIT + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = python + depends = python-pygments + depends = python-ruamel-yaml + depends = python-xmltodict + source = jc::git+https://github.com/kellyjonbrazil/jc.git#commit=d298e101e9e8d7d00d7f23fcef0d7a254a467d9a + b2sums = SKIP + +pkgname = jc ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Jameson Pugh <[email protected]> pkgname=jc -pkgver=1.23.4 +pkgver=1.23.5 pkgrel=1 pkgdesc='Converts the output of popular command-line tools and file-types to JSON' arch=('any') @@ -21,7 +21,7 @@ makedepends=( 'python-wheel' 'python-setuptools' ) -_commit='4cd721be8595db52b620cc26cd455d95bf56b85b' +_commit='d298e101e9e8d7d00d7f23fcef0d7a254a467d9a' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jc/-/commit/e643f54dfc0a101f29bb18d8359df6f89cc440c2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jc/-/commit/e643f54dfc0a101f29bb18d8359df6f89cc440c2 You're receiving this email because of your account on gitlab.archlinux.org.
