summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2018-02-14 09:35:12 +0100
committerPhilipp Wolfer2018-02-14 09:35:12 +0100
commit05cebf53cfde33617fd2bafa95cc0b3485c1468c (patch)
treeeede64741bce0d28fe0860362f2312fbc2d19eba
parentbe38b426576951b1543b2fb9347608b5e96d2435 (diff)
downloadaur-05cebf53cfde33617fd2bafa95cc0b3485c1468c.tar.gz
rdoc is a separate package now
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66ef95c3e42e..df7871f38bab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ruby-discid
pkgdesc = Ruby bindings for the MusicBrainz DiscID library libdiscid.
pkgver = 1.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/phw/ruby-discid
arch = any
license = LGPL3
makedepends = rubygems
+ makedepends = ruby-rdoc
depends = ruby
depends = ruby-ffi
depends = libdiscid
diff --git a/PKGBUILD b/PKGBUILD
index d6cafe9cb12a..e8b62b78091d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_gemname=discid
pkgname=ruby-$_gemname
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Ruby bindings for the MusicBrainz DiscID library libdiscid."
arch=(any)
url="https://github.com/phw/ruby-discid"
license=('LGPL3')
depends=(ruby ruby-ffi libdiscid) # Full dependency information is available in the yaml specification
-makedepends=(rubygems)
+makedepends=(rubygems ruby-rdoc)
source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
sha256sums=(879546ca91dc3a1505322c77a63f8efc8b1c9a2bc85b03c609745fe329c84054)