summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2020-04-23 09:27:06 -0400
committerMatthew McGinn2020-04-23 09:27:06 -0400
commit398d179457e5ba700b8c995bef7ee1a07d5a8536 (patch)
tree5104eaffbb127d65872b1f1cd590f87b13f3b3b2
parent4d98a5617c79677d5ffb845226867d9377ce1ada (diff)
downloadaur-398d179457e5ba700b8c995bef7ee1a07d5a8536.tar.gz
bump version, add gitignore
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore15
-rw-r--r--PKGBUILD4
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb520a45e47..2edc9704cb22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yq2-bin
pkgdesc = a portable command-line YAML processor
- pkgver = 3.1.2
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/mikefarah/yq
arch = x86_64
license = MIT
provides = yq
conflicts = yq
- source = yq-3.1.2::https://github.com/mikefarah/yq/releases/download/3.1.2/yq_linux_amd64
- sha256sums = 7c5a5a3b752c869b0054343307b117490b884131a564e64100a456863c5b604f
+ source = yq-3.3.0::https://github.com/mikefarah/yq/releases/download/3.3.0/yq_linux_amd64
+ sha256sums = e70e482e7ddb9cf83b52f5e83b694a19e3aaf36acf6b82512cbe66e41d569201
pkgname = yq2-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ba3aea681b11
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+*
+!*.conf
+!*.desktop
+!*.install
+!*.patch
+!*.rules
+!*.service
+!*.sh
+!*.sysusers
+!*.tmpfiles
+!.SRCINFO
+!.gitignore
+!COPYRIGHT
+!LICENSE
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index b179dd8f2df9..15b0228189ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: E5ten <e5ten.arch@gmail.com>
pkgname=yq2-bin
-pkgver=3.1.2
+pkgver=3.3.0
pkgrel=1
pkgdesc='a portable command-line YAML processor'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('MIT')
provides=('yq')
conflicts=('yq')
source=("yq-${pkgver}::https://github.com/mikefarah/yq/releases/download/${pkgver}/yq_linux_amd64")
-sha256sums=('7c5a5a3b752c869b0054343307b117490b884131a564e64100a456863c5b604f')
+sha256sums=('e70e482e7ddb9cf83b52f5e83b694a19e3aaf36acf6b82512cbe66e41d569201')
package() {
install -Dm755 "${srcdir}/yq-${pkgver}" "${pkgdir}/usr/bin/yq"