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 10ba51db0e7b..16fc799797b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_gemname=locale
pkgname=ruby-$_gemname
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc='Ruby-Locale is the pure ruby library which provides basic APIs for localization.'
arch=(any)
url='https://github.com/ruby-gettext/locale'
license=(Ruby LGPLv3+)
-depends=(ruby)
+depends=(ruby ruby-rdoc)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)