makedeb


yq 1:4.44.5-1


yq is a portable command-line YAML, JSON, XML, CSV and properties processor

Click here to go back to the commit logs for yq.

Commit:


Hash: 92a39637e56849a72f0c58d8572cc5c96e6da702

Message: Update gzip command to include `-f` flag so that no input is required

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 12b69a9..60519b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = yq
 epoch = 1
 pkgbase = yq
 pkgdesc = yq is a portable command-line YAML, JSON, XML, CSV and properties processor
-pkgrel = 1
+pkgrel = 2
 pkgver = 4.29.2
 url = https://mikefarah.gitbook.io/yq/
 arch = amd64
diff --git a/PKGBUILD b/PKGBUILD
index 62b32a3..80a189f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=yq
 pkgver=4.29.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="yq is a portable command-line YAML, JSON, XML, CSV and properties processor"
 arch=(amd64 arm64 arm32 i386 i686)
@@ -20,7 +20,7 @@ build() {
   go build
   scripts/generate-man-page-md.sh
   scripts/generate-man-page.sh
-  gzip yq.1
+  gzip -f yq.1
 }
 
 package() {