author | Leonidas Spyropoulos
<artafinde@archlinux.org> 2023-12-14 11:06:50 UTC |
committer | Leonidas Spyropoulos
<artafinde@archlinux.org> 2023-12-14 11:06:50 UTC |
parent | 4b5551ca3cbcd825e538b0669bbdff16c9f80f05 |
.SRCINFO | +19 | -0 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..89323c2 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = jq + pkgdesc = Command-line JSON processor + pkgver = 1.7.1 + pkgrel = 1 + url = https://stedolan.github.io/jq/ + changelog = ChangeLog + arch = x86_64 + license = MIT + makedepends = autoconf + makedepends = automake + makedepends = bison + makedepends = flex + makedepends = python + depends = glibc + depends = oniguruma + source = https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz + sha512sums = 464861fb2e0d6934b616f1dc7f8002d7dae727c8c0c07b385b813e7522ba1ada8ead4165e1d99c892e3ea76e238c55a15b718c738805419721920f88f8d8478c + +pkgname = jq diff --git a/PKGBUILD b/PKGBUILD index a22885b..47ba685 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Kars Wang <jaklsy at gmail dot com> pkgname=jq -pkgver=1.7 +pkgver=1.7.1 pkgrel=1 pkgdesc='Command-line JSON processor' arch=('x86_64') @@ -13,7 +13,7 @@ depends=('glibc' 'oniguruma') makedepends=('autoconf' 'automake' 'bison' 'flex' 'python') source=("https://github.com/jqlang/jq/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz") changelog=ChangeLog -sha512sums=('4f8a6b0401e6c881dcb97d948fe38871062599a43fff667ede21cf185ec9de33e61878f0a6ea12786d0a632eea592ea0ff860520ba02dbb32f2fa2d2b5db7a0a') +sha512sums=('464861fb2e0d6934b616f1dc7f8002d7dae727c8c0c07b385b813e7522ba1ada8ead4165e1d99c892e3ea76e238c55a15b718c738805419721920f88f8d8478c') build() { cd "${pkgname}-${pkgver}"