summarylogtreecommitdiffstats
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
parent6e353244cdf72824527fb28c85ffb916237b4c39 (diff)
downloadaur-15bb410787ccfc9619ff876724efcd6bdee8aba2.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.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d00eff6f4026..6e8c91a8fe6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ruby-ruby_dep
pkgdesc = Automatically helps determine supported Rubies based on .travis.yml file
pkgver = 1.5.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/e2/ruby_dep
arch = any
license = MIT
makedepends = ruby-bundler>=1.11
+ makedepends = ruby-rdoc
depends = ruby
options = !emptydirs
source = ruby-ruby_dep-1.5.0.tar.gz::https://github.com/e2/ruby_dep/archive/v1.5.0.tar.gz
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')