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 9be2a1dd9f10..0d014c650c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_gemname=jwt
pkgname=ruby-$_gemname-2.1
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='JSON Web Token implementation in Ruby'
arch=(any)
-provider=(ruby-$_gemname=$pkgver)
+provides=(ruby-$_gemname=$pkgver)
url='http://github.com/jwt/ruby-jwt'
license=(MIT)
depends=(ruby)