summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Brill2018-03-10 15:46:08 +0100
committerChristoph Brill2018-03-10 15:46:08 +0100
commit0deabf272ccc909c6e07cea68b309430ae98f363 (patch)
tree0ab19bf4797619c4bb4704a0c7ec968115cd52dc
parentee80a0385ac7b881928f65a6bbe51571b0cfb7aa (diff)
downloadaur-0deabf272ccc909c6e07cea68b309430ae98f363.tar.gz
Add build dependency on ruby-rdoc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fd934fce6d5..78f21c80e461 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = ruby-compass
pkgdesc = A Real Stylesheet Framework
pkgver = 1.0.3
- pkgrel = 4
+ pkgrel = 5
url = http://compass-style.org
arch = i686
arch = x86_64
license = MIT
makedepends = rubygems
+ makedepends = ruby-rdoc
depends = ruby
depends = ruby-bundler
noextract = compass-1.0.3.gem
diff --git a/PKGBUILD b/PKGBUILD
index c45551fdc1d2..ae532f8b726a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=ruby-compass
pkgver=1.0.3
-pkgrel=4
+pkgrel=5
pkgdesc="A Real Stylesheet Framework"
arch=(i686 x86_64)
url="http://compass-style.org"
license=("MIT")
depends=("ruby" "ruby-bundler")
-makedepends=("rubygems")
+makedepends=("rubygems" "ruby-rdoc")
source=("http://gems.rubyforge.org/gems/compass-${pkgver}.gem"
"Gemfile"
"Gemfile.lock"