summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba5c82ca2a4d..90578e059856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=googleauth
pkgname=ruby-$_gemname
pkgver=0.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='Google Auth Library for Ruby'
arch=(any)
url='https://github.com/google/google-auth-library-ruby'
@@ -12,7 +12,7 @@ license=(Apache-2.0)
depends=(
ruby
'ruby-faraday>=0.12' 'ruby-faraday<1'
- 'ruby-jwt>=1.4' 'ruby-jwt<2'
+ 'ruby-jwt>=1.4' 'ruby-jwt<3'
'ruby-logging>=2' 'ruby-logging<3'
'ruby-memoist>=0.12' 'ruby-memoist<1'
'ruby-multi_json>=1.11' 'ruby-multi_json<2'