summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-08-17 15:01:01 +0300
committerCaleb Maclennan2018-08-17 15:01:01 +0300
commit0e05b6b8d6c2a755928e45e1d9ee46d79d850b66 (patch)
treee9947aaa31e02f4a65ce2b44e70920a4b33f3e1b
parentfb2f3684e64f29a09ad6c33543527d335bd3b665 (diff)
downloadaur-0e05b6b8d6c2a755928e45e1d9ee46d79d850b66.tar.gz
Update to 2.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99360446a438..95ae04d19ea8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jun 20 12:33:17 UTC 2018
pkgbase = yq
pkgdesc = Command-line YAML processor - jq wrapper for YAML documents
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/kislyuk/yq
arch = any
@@ -12,8 +10,8 @@ pkgbase = yq
depends = python-yaml
depends = jq
depends = python-xmltodict>=0.11.0
- source = https://files.pythonhosted.org/packages/source/y/yq/yq-2.6.0.tar.gz
- sha256sums = c64f763e8409ed55eb055793c26fc347b5a6666b303d49e9d2f8d7cea979df73
+ source = https://files.pythonhosted.org/packages/source/y/yq/yq-2.7.0.tar.gz
+ sha256sums = f62de3b596056bfb26517b88c1c1775b8364cdae963e36b29ba49623e689a8db
pkgname = yq
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 4484483e648f..e63166a2bb3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=yq
-pkgver=2.6.0
+pkgver=2.7.0
pkgrel=1
pkgdesc="Command-line YAML processor - jq wrapper for YAML documents"
url="https://github.com/kislyuk/yq"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('Apache')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/y/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c64f763e8409ed55eb055793c26fc347b5a6666b303d49e9d2f8d7cea979df73')
+sha256sums=('f62de3b596056bfb26517b88c1c1775b8364cdae963e36b29ba49623e689a8db')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"