summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d84a2952bc3..b1994dcd41a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
_gemname=babosa
pkgname=ruby-$_gemname
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc='A library for creating slugs.'
arch=(any)
url='http://github.com/norman/babosa'
license=()
depends=(ruby)
+makedepends=(ruby-rdoc)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)