summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVojtech Aschenbrenner2018-03-30 15:57:29 +0200
committerVojtech Aschenbrenner2018-03-30 15:57:29 +0200
commitfb586b1feb7fa86e0850f1bd7a1e381ede243432 (patch)
treead38e925d6e69da76c8ca99f21500173c46f84a5 /PKGBUILD
parent34420f5715a66898b9ccb7ebe079c3ecd7a90130 (diff)
downloadaur-fb586b1feb7fa86e0850f1bd7a1e381ede243432.tar.gz
Need ruby-rdoc to build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b6b42d5e8d4..41705a36cc16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Marcel Korpel <marcel[dot]korpel[at]gmail>
-# Contributor: Vojtěch Aschenbrenner <v@asch.cz>
+# Contributor: Vojtech Aschenbrenner <v@asch.cz>
# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
# Contributor: Peter Richard Lewis <plewis@aur.archlinux.org>
# Contributor: Emiliano Vavassori <syntaxerrormmm@gmail.com>
@@ -12,6 +12,7 @@ pkgdesc="A high-level text user interface toolkit for Ruby"
arch=('any')
url="http://rubygems.org/gems/highline"
license=('GPL2' 'RUBY')
+makedepends=('ruby-rdoc')
depends=('ruby')
options=(!emptydirs)
source=(http://rubygems.org/downloads/${_gemname}-${pkgver}.gem)