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

upgpkg: ruby-listen 3.7.0-1

upstream release

upgpkg: ruby-listen 3.7.0-1

upstream release
This commit is contained in:
2021-08-19 18:40:42 +02:00
parent 9135386fd4
commit 1046985b69
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = ruby-listen
pkgdesc = The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
pkgver = 3.6.0
pkgver = 3.7.0
pkgrel = 1
url = https://rubygems.org/gems/listen
arch = any
@@ -9,9 +9,9 @@ pkgbase = ruby-listen
depends = ruby
depends = ruby-rb-inotify>=0.9.10
depends = ruby-rb-fsevent>=0.10.3
noextract = listen-3.6.0.gem
noextract = listen-3.7.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/listen-3.6.0.gem
sha256sums = f095d31f66f8cef7142d0658697961900f3ee3d3223980a3bc8ca9a449f307b7
source = https://rubygems.org/downloads/listen-3.7.0.gem
sha256sums = b72c0ca66346956c1939719bf21b90e24f20d4155d1d546fa009f32867838e59
pkgname = ruby-listen

View File

@@ -2,7 +2,7 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=ruby-listen
pkgver=3.6.0
pkgver=3.7.0
pkgrel=1
pkgdesc="The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('ruby-rdoc')
source=("https://rubygems.org/downloads/listen-$pkgver.gem")
noextract=("listen-$pkgver.gem")
options=('!emptydirs')
sha256sums=('f095d31f66f8cef7142d0658697961900f3ee3d3223980a3bc8ca9a449f307b7')
sha256sums=('b72c0ca66346956c1939719bf21b90e24f20d4155d1d546fa009f32867838e59')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"