summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Lühne2018-08-23 19:01:41 +0200
committerPatrick Lühne2018-08-23 19:01:41 +0200
commit15bb410787ccfc9619ff876724efcd6bdee8aba2 (patch)
tree2b82727c0f1aeb9d4834370d76f7f9794bc43411 /PKGBUILD
parent6e353244cdf72824527fb28c85ffb916237b4c39 (diff)
downloadaur-ruby-ruby_dep.tar.gz
Add missing make dependency
Recently, Ruby stopped shipping RDoc by default. For this reason, users without an explicit RDoc installation would face building issues with this PKGBUILD. To fix this, this commit adds the now missing ruby-rdoc make dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b220aff51adc..10b04d1c63db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_gemname=ruby_dep
pkgname=ruby-$_gemname
pkgver=1.5.0
-pkgrel=3
+pkgrel=4
pkgdesc='Automatically helps determine supported Rubies based on .travis.yml file'
url='https://github.com/e2/ruby_dep'
arch=('any')
license=('MIT')
depends=('ruby')
-makedepends=('ruby-bundler>=1.11')
+makedepends=('ruby-bundler>=1.11' 'ruby-rdoc')
options=('!emptydirs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/e2/${_gemname}/archive/v${pkgver}.tar.gz)
sha512sums=('75baa2bcccdde98ba9440bfc4c578c7efca0287e2a08d850070ab26089fc9256aaf553e9e20281294370c197ddc180a69271f96533680fb2bbbca436583b7d5e')