Date: Friday, February 5, 2021 @ 21:30:49
  Author: polyzen
Revision: 846414

upgpkg: yq 2.12.0-1

Modified:
  yq/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-05 21:29:01 UTC (rev 846413)
+++ PKGBUILD    2021-02-05 21:30:49 UTC (rev 846414)
@@ -1,22 +1,20 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 # Maintainer: Daurnimator <daurnima...@archlinux.org>
-# Maintainer: Polyzen <poly...@archlinux.org>
+# Maintainer: Daniel M. Capella <poly...@archlinux.org>
 # Contributor: Caleb Maclennan <ca...@alerque.com>
 
 pkgname=yq
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.12.0
+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'
+depends=('jq' 'python-setuptools' 'python-yaml' 'python-xmltodict' 
'python-toml'
          'python-argcomplete')
-checkdepends=('python-toml')
-optdepends=('python-toml')
 
source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('74f64e3784a34d8a18efd8addc83cf5ca3478a0a69517d70fd9158a3809f99e0')
-b2sums=('4b51652958121c16462304d21ebe545cca835b6c189a6d7550c7ea0ffc8b7088a02eb61ee412295d85d502a339ec3ccbc67b8dc12cd45a07246cbafa7d7feaf7')
+sha256sums=('1d2ad403504d306b5258b86c698f9856d7ad58b7bb17a2b875691a6a7b8c4c20')
+b2sums=('a314b54628e1865df68dadcbec8e59e16c1e57205e2b9f2b364bb6bee91563dc3da30c1e3a7ac9e2656899ee8ad004600291a845f59fbe13356f0cfb69de3e79')
 
 build() {
   cd $pkgname-$pkgver

Reply via email to