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

Updated Version

This commit is contained in:
Carsten Feuls
2015-12-04 23:28:27 +01:00
parent 50901f30e8
commit 82d5e9ffd1
2 changed files with 7 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
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.0.3 pkgver = 3.0.5
pkgrel = 1 pkgrel = 1
url = https://rubygems.org/gems/listen url = https://rubygems.org/gems/listen
arch = any arch = any
@@ -8,10 +8,10 @@ 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
noextract = listen-3.0.3.gem noextract = listen-3.0.5.gem
options = !emptydirs options = !emptydirs
source = https://rubygems.org/downloads/listen-3.0.3.gem source = https://rubygems.org/downloads/listen-3.0.5.gem
sha256sums = 4be05d749cc8642e11ba19f938c5e8a4f5a60ded40a6940e9f99763a25d49082 sha256sums = 6ffc223ba68736cfa7b1d16b4ecb9c380f15c05cdf749a02a5201937af685ca0
pkgname = ruby-listen pkgname = ruby-listen

View File

@@ -1,11 +1,7 @@
# Maintainer: # Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
# Contributor: Hugo Osvaldo Barrera <hugo@barrera.io>
# Contributor: Sid Karunaratne <sid@karunaratne.net>
# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux (a) free.fr>
pkgname=ruby-listen pkgname=ruby-listen
pkgver=3.0.3 pkgver=3.0.5
pkgrel=1 pkgrel=1
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')
@@ -14,8 +10,8 @@ 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')
source=("https://rubygems.org/downloads/listen-$pkgver.gem") source=("https://rubygems.org/downloads/listen-$pkgver.gem")
noextract=("listen-$pkgver.gem") noextract=("listen-$pkgver.gem")
sha256sums=('4be05d749cc8642e11ba19f938c5e8a4f5a60ded40a6940e9f99763a25d49082')
options=('!emptydirs') options=('!emptydirs')
sha256sums=('6ffc223ba68736cfa7b1d16b4ecb9c380f15c05cdf749a02a5201937af685ca0')
package() { package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')" local _gemdir="$(ruby -e'puts Gem.default_dir')"