summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-02-08 12:00:14 +0000
committerGrey Christoforo2019-02-08 12:00:14 +0000
commit80e3963d318b18a040b0463622bbf3493074c3b0 (patch)
tree87d81160201140eb623081aad01f629fbd8bc282 /PKGBUILD
parent708ec3f0cba3e35e8fdef482351b2c4e11d339e5 (diff)
downloadaur-80e3963d318b18a040b0463622bbf3493074c3b0.tar.gz
add ruby-rdoc to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43e3109d6d57..5c5adb67200d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='CSS parser based on the CSS Syntax Level 3 spec.'
arch=(any)
url='https://github.com/rgrove/crass/'
license=(MIT)
-depends=(ruby)
+depends=(ruby ruby-rdoc)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)