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

Update to 3.1.5

This commit is contained in:
Carsten Feuls
2017-10-15 14:38:42 +02:00
parent 82d5e9ffd1
commit 21d304e935
3 changed files with 12 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
# 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.0.5
pkgver = 3.1.5
pkgrel = 1
url = https://rubygems.org/gems/listen
arch = any
@@ -8,10 +10,10 @@ pkgbase = ruby-listen
depends = ruby
depends = ruby-rb-inotify>=0.9
depends = ruby-rb-fsevent>=0.9.3
noextract = listen-3.0.5.gem
noextract = listen-3.1.5.gem
options = !emptydirs
source = https://rubygems.org/downloads/listen-3.0.5.gem
sha256sums = 6ffc223ba68736cfa7b1d16b4ecb9c380f15c05cdf749a02a5201937af685ca0
source = https://rubygems.org/downloads/listen-3.1.5.gem
sha256sums = bd9ab5f1615a7e491a2251c09f0fae9407ab3bd7650bdb517dda54ec6cae6507
pkgname = ruby-listen

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
*
!PKGBUILD
!.SRCINFO
!.gitignore

View File

@@ -1,7 +1,7 @@
# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=ruby-listen
pkgver=3.0.5
pkgver=3.1.5
pkgrel=1
pkgdesc="The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!"
arch=('any')
@@ -11,7 +11,7 @@ depends=('ruby' 'ruby-rb-inotify>=0.9' 'ruby-rb-fsevent>=0.9.3')
source=("https://rubygems.org/downloads/listen-$pkgver.gem")
noextract=("listen-$pkgver.gem")
options=('!emptydirs')
sha256sums=('6ffc223ba68736cfa7b1d16b4ecb9c380f15c05cdf749a02a5201937af685ca0')
sha256sums=('bd9ab5f1615a7e491a2251c09f0fae9407ab3bd7650bdb517dda54ec6cae6507')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"