summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cad6af31fb8..aaa7d8e09eaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = yq2-bin
- pkgdesc = a portable command-line YAML processor
- pkgver = 3.3.1
+ pkgdesc = A lightweight and portable command-line YAML processor
+ pkgver = 4.13.5
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-3.3.1::https://github.com/mikefarah/yq/releases/download/3.3.1/yq_linux_amd64
- sha256sums = 9a2914efa6a0de753e7361485378366b3893d7494b69beab31b3bd39e797fa2c
+ source = yq-4.13.5::https://github.com/mikefarah/yq/releases/download/v4.13.5/yq_linux_amd64
+ sha256sums = 244a3e37b0c23c70574c5b50937222dd37b785974c2b9a9abe0d31db190c9eea
pkgname = yq2-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 4ca0472a8877..16086319346e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: Matthew McGinn <mamcgi@gmail.com>
+# Maintainer: Alexis BRENON <brenon.alexis+arch at gmail dot com>
+# Contributor: Matthew McGinn <mamcgi@gmail.com>
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=3.3.1
+pkgver=4.13.5
pkgrel=1
-pkgdesc='a portable command-line YAML processor'
+pkgdesc='A lightweight and portable command-line YAML processor'
arch=('x86_64')
url='https://github.com/mikefarah/yq'
-_github_url="https://github.com/mikefarah/yq"
license=('MIT')
provides=('yq')
conflicts=('yq')
-source=("yq-${pkgver}::https://github.com/mikefarah/yq/releases/download/${pkgver}/yq_linux_amd64")
-sha256sums=('9a2914efa6a0de753e7361485378366b3893d7494b69beab31b3bd39e797fa2c')
+source=("yq-${pkgver}::${url}/releases/download/v${pkgver}/yq_linux_amd64")
+sha256sums=('244a3e37b0c23c70574c5b50937222dd37b785974c2b9a9abe0d31db190c9eea')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"