1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Add missing ruby-rdoc dep.

This commit is contained in:
2018-09-03 11:30:12 +02:00
parent 21d304e935
commit 1b4277582e
2 changed files with 6 additions and 5 deletions

View File

@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
# Sun Oct 15 12:37:49 UTC 2017
pkgbase = ruby-listen
pkgdesc = The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
pkgver = 3.1.5
pkgrel = 1
pkgrel = 2
url = https://rubygems.org/gems/listen
arch = any
license = MIT
makedepends = ruby-rdoc
depends = ruby
depends = ruby-rb-inotify>=0.9
depends = ruby-rb-fsevent>=0.9.3

View File

@@ -1,13 +1,15 @@
# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=ruby-listen
pkgver=3.1.5
pkgrel=1
pkgrel=2
pkgdesc="The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!"
arch=('any')
url="https://rubygems.org/gems/listen"
license=("MIT")
depends=('ruby' 'ruby-rb-inotify>=0.9' 'ruby-rb-fsevent>=0.9.3')
makedepends=('ruby-rdoc')
source=("https://rubygems.org/downloads/listen-$pkgver.gem")
noextract=("listen-$pkgver.gem")
options=('!emptydirs')