[arch-commits] Commit in yq/trunk (PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Sun Dec 13 05:47:27 UTC 2020
Date: Sunday, December 13, 2020 @ 05:47:26
Author: polyzen
Revision: 773782
upgpkg: yq 2.11.1-1
Modified:
yq/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-13 05:13:36 UTC (rev 773781)
+++ PKGBUILD 2020-12-13 05:47:26 UTC (rev 773782)
@@ -2,18 +2,19 @@
# Contributor: Caleb Maclennan <caleb at alerque.com>
pkgname=yq
-pkgver=2.10.1
-pkgrel=2
+pkgver=2.11.1
+pkgrel=1
pkgdesc="Command-line YAML/XML processor - jq wrapper for YAML/XML documents"
+arch=('any')
url="https://github.com/kislyuk/yq"
+license=('Apache')
depends=('jq' 'python-setuptools' 'python-yaml' 'python-xmltodict'
'python-argcomplete')
checkdepends=('python-toml')
optdepends=('python-toml')
-license=('Apache')
-arch=('any')
source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz")
-sha512sums=('7fd38d454a924810117b7b87e519b4e91be654631827f806a95723ca04218fe3a7ece84a5a88787fe4b2d9acd60da74d6a7131950724f339b4e1bf3d0e35c792')
+sha256sums=('74f64e3784a34d8a18efd8addc83cf5ca3478a0a69517d70fd9158a3809f99e0')
+b2sums=('4b51652958121c16462304d21ebe545cca835b6c189a6d7550c7ea0ffc8b7088a02eb61ee412295d85d502a339ec3ccbc67b8dc12cd45a07246cbafa7d7feaf7')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list