summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNils Czernia2018-07-16 08:06:35 +0200
committerNils Czernia2018-07-16 08:06:35 +0200
commitfa1039eefb9370ad4b39b7815b3c88467b413e32 (patch)
tree0e9412da1ca7422403e4fb6c35b8bcdabd7fb9d3 /PKGBUILD
parent86f5a5b4b25f8def27d71787f98a057c17ecfc25 (diff)
downloadaur-fa1039eefb9370ad4b39b7815b3c88467b413e32.tar.gz
Added ruby-rdoc as makedependencie
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cd27abad674..c27320d20c83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
_gemname="i18n"
pkgname="ruby-${_gemname}"
pkgver="0.9.1"
-pkgrel=2
+pkgrel=3
pkgdesc="New wave internationalisation support for Ruby"
arch=("any")
license=("MIT")
depends=("rubygems" "ruby-concurrent-ruby")
+makedepends=("ruby-rdoc")
options=(!emptydirs)
url="http://rubygems.org/gems/${_gemname}"
source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem")