Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
ruby-listen
Commits:
5d8aba2a by Felix Yan at 2026-01-20T03:03:21+08:00
upgpkg: 3.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ruby-listen
pkgdesc = The Listen gem listens to file modifications and notifies you
about the changes.
- pkgver = 3.9.0
- pkgrel = 3
+ pkgver = 3.10.0
+ pkgrel = 1
url = https://github.com/guard/listen
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = ruby-listen
depends = ruby-rb-fsevent
depends = ruby-rb-inotify
options = !emptydirs
- source = git+https://github.com/guard/listen.git#tag=v3.9.0
- sha256sums =
6454108eae625467834ae531c86c5bce42ee4bde923ab3bbafb388e0a9d36a07
+ source = git+https://github.com/guard/listen.git#tag=v3.10.0
+ sha256sums =
00d8cd749413ff584f8bcfa13f172c3b94c764ade124fdf2c5fac63fe863aab4
pkgname = ruby-listen
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=ruby-listen
-pkgver=3.9.0
-pkgrel=3
+pkgver=3.10.0
+pkgrel=1
pkgdesc='The Listen gem listens to file modifications and notifies you about
the changes.'
arch=(any)
url='https://github.com/guard/listen'
@@ -23,11 +23,12 @@ checkdepends=(
)
options=(!emptydirs)
source=(git+https://github.com/guard/listen.git#tag=v$pkgver)
-sha256sums=('6454108eae625467834ae531c86c5bce42ee4bde923ab3bbafb388e0a9d36a07')
+sha256sums=('00d8cd749413ff584f8bcfa13f172c3b94c764ade124fdf2c5fac63fe863aab4')
prepare() {
cd listen
sed -i '/[cC]overalls/d' spec/spec_helper.rb
+ sed -i '/rubocop/d' Rakefile
}
build() {
@@ -59,7 +60,7 @@ build() {
check() {
local _gemdir="$(gem env gemdir)"
cd listen
- CI=true GEM_HOME="tmp_install/$_gemdir" rake
+ GEM_HOME="tmp_install/$_gemdir" rake spec
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-listen/-/commit/5d8aba2a0848dc73d435570af87948808a995e9f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-listen/-/commit/5d8aba2a0848dc73d435570af87948808a995e9f
You're receiving this email because of your account on gitlab.archlinux.org.