From b7bfd5ffb19577e731d11223b52ce6c7c52ae0f4 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Mon, 28 Nov 2022 20:28:59 +1300 Subject: upgpkg: xq 1.1.0-1 --- .SRCINFO | 7 ++++--- PKGBUILD | 7 ++++--- manpage-template.patch | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d33f894..99fda57 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = xq pkgdesc = Command-line XML and HTML beautifier and content extractor - pkgver = 1.0.0 + pkgver = 1.1.0 pkgrel = 1 url = https://github.com/sibprogrammer/xq arch = x86_64 @@ -8,10 +8,11 @@ pkgbase = xq makedepends = git makedepends = go depends = glibc + conflicts = yq options = !lto - source = xq::git+https://github.com/sibprogrammer/xq#commit=21fca280a144fbf34ab1a58efa39acb495a46764 + source = xq::git+https://github.com/sibprogrammer/xq#commit=0a9c1d7b705b5926328576b4a3a3ec2e3430e59c source = manpage-template.patch b2sums = SKIP - b2sums = 4673d2c90996be27f5889f97541f1c4bd0c89c48d5b0573846d7e7a791bba3eaa66ca9774a054911d0014ee33e48bb19084fa3340a12756b2369928c4b951eb3 + b2sums = f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843 pkgname = xq diff --git a/PKGBUILD b/PKGBUILD index d7114b4..e875c63 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson pkgname=xq -pkgver=1.0.0 +pkgver=1.1.0 pkgrel=1 pkgdesc='Command-line XML and HTML beautifier and content extractor' arch=('x86_64') @@ -9,14 +9,15 @@ url='https://github.com/sibprogrammer/xq' license=('MIT') depends=('glibc') makedepends=('git' 'go') +conflicts=('yq') options=('!lto') -_commit='21fca280a144fbf34ab1a58efa39acb495a46764' +_commit='0a9c1d7b705b5926328576b4a3a3ec2e3430e59c' source=( "$pkgname::git+$url#commit=$_commit" 'manpage-template.patch' ) b2sums=('SKIP' - '4673d2c90996be27f5889f97541f1c4bd0c89c48d5b0573846d7e7a791bba3eaa66ca9774a054911d0014ee33e48bb19084fa3340a12756b2369928c4b951eb3') + 'f2448e22798e018d6962016dc800ff96ae9c23b776742348a7036d613efa8c37e5c8c7a539804f2daebc4c152495cc1cbbcb2635fcf223e958596333cab1b843') pkgver() { cd "$pkgname" diff --git a/manpage-template.patch b/manpage-template.patch index 6dba9af..32b64cf 100644 --- a/manpage-template.patch +++ b/manpage-template.patch @@ -2,7 +2,7 @@ +++ b/docs/xq.man @@ -1,5 +1,5 @@ .\" Manpage for xq utility --.TH XQ 1 "06 Nov 2022" "0.0.8" "xq man page" +-.TH XQ 1 "06 Nov 2022" "" "xq man page" +.TH XQ 1 "@DATE@" "@VERSION@" "xq man page" .SH NAME xq - command-line XML and HTML beautifier and content extractor -- cgit v1.2.3-70-g09d2