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

Update to v3.3.1.

This commit is contained in:
2020-11-14 11:42:39 +01:00
parent 65a08c8a56
commit 45d7143c88
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.3.0
pkgver = 3.3.1
pkgrel = 1
url = https://rubygems.org/gems/listen
arch = any
@@ -10,10 +10,10 @@ pkgbase = ruby-listen
depends = ruby-rb-inotify>=0.9
depends = ruby-rb-fsevent>=0.9.3
depends = ruby-ruby_dep>=1.2
noextract = listen-3.3.0.gem
noextract = listen-3.3.1.gem
options = !emptydirs
source = https://rubygems.org/downloads/listen-3.3.0.gem
sha256sums = 0f91c5287358feee216f41e00a5b70ec125dd5c1d8fe51a014e864a29842041f
source = https://rubygems.org/downloads/listen-3.3.1.gem
sha256sums = 797a641d1ec29d9c575c4de91cd3e11c55fd5daf0dcb4b2be1fb1aad5db84800
pkgname = ruby-listen

View File

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