1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40: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

@@ -3,12 +3,13 @@
pkgname=ruby-listen
pkgver=3.1.5
pkgrel=2
pkgrel=3
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')
depends=('ruby' 'ruby-rb-inotify>=0.9' 'ruby-rb-fsevent>=0.9.3'
'ruby-ruby_dep>=1.2')
makedepends=('ruby-rdoc')
source=("https://rubygems.org/downloads/listen-$pkgver.gem")
noextract=("listen-$pkgver.gem")