summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Dietrich2024-04-03 21:25:03 -0400
committerGeorge Dietrich2024-04-03 21:25:03 -0400
commit85b3f5e7a11e398149ee6bf994a5dc61497fdcdf (patch)
tree890f2359fe283c4c46d7773858644ade8722e697
parent5b64c063a812fafdb6628bf8a8ac72d67828f711 (diff)
downloadaur-85b3f5e7a11e398149ee6bf994a5dc61497fdcdf.tar.gz
Rebuild with latest Crystal and deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afd30400dd7a..8e38d80dcd9a 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 = 1
+ pkgrel = 2
url = https://github.com/blacksmoke16/oq
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = oq
depends = libxml2
depends = libevent
depends = gc
- depends = pcre
+ depends = pcre2
source = oq-1.3.4::https://github.com/blacksmoke16/oq/archive/v1.3.4.tar.gz
sha256sums = 9e99c9ba292c466ca39fb7f6d0053f9fe13c2768a7493d1ef88ea2ca2e0d0ca0
diff --git a/PKGBUILD b/PKGBUILD
index 8202d671bf17..66d16b719a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: George Dietrich <george@dietrich.app>
pkgname=oq
pkgver=1.3.4
-pkgrel=1
+pkgrel=2
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'
license=('MIT')
-depends=('jq' 'libyaml' 'libxml2' 'libevent' 'gc' 'pcre')
+depends=('jq' 'libyaml' 'libxml2' 'libevent' 'gc' 'pcre2')
makedepends=('crystal' 'shards')
checkdepends=('jq' 'crystal')
source=("$pkgname-$pkgver::$url/archive/v$pkgver.tar.gz")