Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / yq


Commits:
408e6786 by Caleb Maclennan at 2024-04-15T21:25:27+03:00
upgpkg: 3.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = yq
        pkgdesc = Command-line YAML, XML, TOML processor - jq wrapper for 
YAML/XML/TOML documents
-       pkgver = 3.3.0
-       pkgrel = 2
+       pkgver = 3.3.1
+       pkgrel = 1
        url = https://github.com/kislyuk/yq
        arch = any
        license = Apache
@@ -15,8 +15,8 @@ pkgbase = yq
        depends = python-xmltodict
        depends = python-yaml
        conflicts = go-yq
-       source = 
https://files.pythonhosted.org/packages/source/y/yq/yq-3.3.0.tar.gz
-       sha256sums = 
d2ab562f11b1e0e5b9654b9b06d43f8a205269cc7bda2ce077325f5a123651dc
-       b2sums = 
5fc6e7315a7be87d2552209e7df30534101ace4d7311cfd32f4ddf9e4dde64b5af0499695f0ed960c416218cd0c3a1fd1feebfd4ffa5e4e21d3acb63462d7aef
+       source = 
https://files.pythonhosted.org/packages/source/y/yq/yq-3.3.1.tar.gz
+       sha256sums = 
09c6c56bae8d5a3fe36222aa74fd343625071c511f02699c35346388a47a32a5
+       b2sums = 
bf341fc128761c2fff3dadcf0e3a00abab649b88b9210d4e9c01f9594ab64dfc375a99e3be180f1f1147c8a1f55dd0cb65953b6ddbc1a24bace7f0e9d324994b
 
 pkgname = yq


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: Daniel M. Capella <poly...@archlinux.org>
 
 pkgname=yq
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML 
documents"
 arch=('any')
 url="https://github.com/kislyuk/yq";
@@ -18,8 +18,8 @@ depends=('jq'
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
 conflicts=('go-yq')
 
source=("https://files.pythonhosted.org/packages/source/y/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('d2ab562f11b1e0e5b9654b9b06d43f8a205269cc7bda2ce077325f5a123651dc')
-b2sums=('5fc6e7315a7be87d2552209e7df30534101ace4d7311cfd32f4ddf9e4dde64b5af0499695f0ed960c416218cd0c3a1fd1feebfd4ffa5e4e21d3acb63462d7aef')
+sha256sums=('09c6c56bae8d5a3fe36222aa74fd343625071c511f02699c35346388a47a32a5')
+b2sums=('bf341fc128761c2fff3dadcf0e3a00abab649b88b9210d4e9c01f9594ab64dfc375a99e3be180f1f1147c8a1f55dd0cb65953b6ddbc1a24bace7f0e9d324994b')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yq/-/commit/408e678637884e2130a53be3cc50661f8ee9fa7d

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yq/-/commit/408e678637884e2130a53be3cc50661f8ee9fa7d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to