summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e38d80dcd9a..cf9d85d76a25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = oq
pkgdesc = A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
- pkgver = 1.3.4
- pkgrel = 2
+ pkgver = 1.3.5
+ pkgrel = 1
url = https://github.com/blacksmoke16/oq
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = oq
depends = libevent
depends = gc
depends = pcre2
- source = oq-1.3.4::https://github.com/blacksmoke16/oq/archive/v1.3.4.tar.gz
- sha256sums = 9e99c9ba292c466ca39fb7f6d0053f9fe13c2768a7493d1ef88ea2ca2e0d0ca0
+ source = oq-1.3.5::https://github.com/blacksmoke16/oq/archive/v1.3.5.tar.gz
+ sha256sums = 66b2d879b6e2061121c50b8e584ce82f95fe79348bf3696ca38e5910a6c42495
pkgname = oq
diff --git a/PKGBUILD b/PKGBUILD
index 66d16b719a87..a1d99ca0a13b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Dietrich <george@dietrich.app>
pkgname=oq
-pkgver=1.3.4
-pkgrel=2
+pkgver=1.3.5
+pkgrel=1
pkgdesc='A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.'
arch=('i686' 'x86_64')
url='https://github.com/blacksmoke16/oq'
@@ -10,7 +10,7 @@ depends=('jq' 'libyaml' 'libxml2' 'libevent' 'gc' 'pcre2')
makedepends=('crystal' 'shards')
checkdepends=('jq' 'crystal')
source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9e99c9ba292c466ca39fb7f6d0053f9fe13c2768a7493d1ef88ea2ca2e0d0ca0')
+sha256sums=('66b2d879b6e2061121c50b8e584ce82f95fe79348bf3696ca38e5910a6c42495')
build() {
cd "$pkgname-$pkgver"