1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 13:30:31 +01:00

Missing dependency.

This commit is contained in:
2018-10-02 11:36:42 +02:00
parent 561a5657bd
commit 796cccfe0f
2 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = ruby-listen pkgbase = ruby-listen
pkgdesc = The Listen gem listens to file modifications and notifies you about the changes. Works everywhere! pkgdesc = The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
pkgver = 3.1.5 pkgver = 3.1.5
pkgrel = 2 pkgrel = 3
url = https://rubygems.org/gems/listen url = https://rubygems.org/gems/listen
arch = any arch = any
license = MIT license = MIT
@@ -9,6 +9,7 @@ pkgbase = ruby-listen
depends = ruby depends = ruby
depends = ruby-rb-inotify>=0.9 depends = ruby-rb-inotify>=0.9
depends = ruby-rb-fsevent>=0.9.3 depends = ruby-rb-fsevent>=0.9.3
depends = ruby-ruby_dep>=1.2
noextract = listen-3.1.5.gem noextract = listen-3.1.5.gem
options = !emptydirs options = !emptydirs
source = https://rubygems.org/downloads/listen-3.1.5.gem source = https://rubygems.org/downloads/listen-3.1.5.gem

View File

@@ -3,12 +3,13 @@
pkgname=ruby-listen pkgname=ruby-listen
pkgver=3.1.5 pkgver=3.1.5
pkgrel=2 pkgrel=3
pkgdesc="The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!" pkgdesc="The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!"
arch=('any') arch=('any')
url="https://rubygems.org/gems/listen" url="https://rubygems.org/gems/listen"
license=("MIT") license=("MIT")
depends=('ruby' 'ruby-rb-inotify>=0.9' 'ruby-rb-fsevent>=0.9.3') depends=('ruby' 'ruby-rb-inotify>=0.9' 'ruby-rb-fsevent>=0.9.3'
'ruby-ruby_dep>=1.2')
makedepends=('ruby-rdoc') makedepends=('ruby-rdoc')
source=("https://rubygems.org/downloads/listen-$pkgver.gem") source=("https://rubygems.org/downloads/listen-$pkgver.gem")
noextract=("listen-$pkgver.gem") noextract=("listen-$pkgver.gem")