Date: Friday, November 15, 2019 @ 05:35:51 Author: felixonmars Revision: 528778
upgpkg: yq 2.8.0-1 Modified: yq/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-15 05:34:28 UTC (rev 528777) +++ PKGBUILD 2019-11-15 05:35:51 UTC (rev 528778) @@ -2,8 +2,8 @@ # Contributor: Caleb Maclennan <[email protected]> pkgname=yq -pkgver=2.7.2 -pkgrel=2 +pkgver=2.8.0 +pkgrel=1 pkgdesc="Command-line YAML processor - jq wrapper for YAML documents" url="https://github.com/kislyuk/yq" depends=('jq' 'python-yaml' 'python-xmltodict' 'python-toml') @@ -12,7 +12,7 @@ license=('Apache') arch=('any') source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('f7dafd1e53d1f806ffe11de6da814e231d866595e2faae0dfc38135b8ee79bbb') +sha256sums=('bba832b19c63df1e155eb7bf77e2cbf17686e34bf617ade0289dc8ac9c04b2d4') build() { cd $pkgname-$pkgver
