summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBernhard Landauer2018-02-14 10:51:51 +0100
committerBernhard Landauer2018-02-14 10:51:51 +0100
commit6286b6dabbcbdfafd4c5ce12fccf9f1a3f0df058 (patch)
tree2d55f1be5792510eeb0c9aa7173a01bf3d396b41 /PKGBUILD
parent1a1f9865d969e24d9c5805daf86fdcf9f4fcc8ef (diff)
downloadaur-6286b6dabbcbdfafd4c5ce12fccf9f1a3f0df058.tar.gz
add makedepends rdoc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2863b9f13b4..7f3e01af7101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://whitequark.github.io/ast/"
license=('MIT')
depends=('ruby')
+makedepends=('rdoc')
source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem)
sha256sums=('a7270b78d8c970e90a5b932471c691e3ca74aa8be030f1a954d38ec487d79aa0')
noextract=("${pkgname#*-}-$pkgver.gem")