mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Update to v3.5.1.
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -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.5.0
|
pkgver = 3.5.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://rubygems.org/gems/listen
|
url = https://rubygems.org/gems/listen
|
||||||
arch = any
|
arch = any
|
||||||
@@ -9,10 +9,10 @@ pkgbase = ruby-listen
|
|||||||
depends = ruby
|
depends = ruby
|
||||||
depends = ruby-rb-inotify>=0.9.10
|
depends = ruby-rb-inotify>=0.9.10
|
||||||
depends = ruby-rb-fsevent>=0.10.3
|
depends = ruby-rb-fsevent>=0.10.3
|
||||||
noextract = listen-3.5.0.gem
|
noextract = listen-3.5.1.gem
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://rubygems.org/downloads/listen-3.5.0.gem
|
source = https://rubygems.org/downloads/listen-3.5.1.gem
|
||||||
sha256sums = c5742f46803e80fc5b7a99ce1a0e440effa7b8e3b96e95fa7ca61f1a3ac935e4
|
sha256sums = d2f6425068347454936c75bf3b9fc0f925b40d17ba7df752031c8c083b195b40
|
||||||
|
|
||||||
pkgname = ruby-listen
|
pkgname = ruby-listen
|
||||||
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
|
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
|
||||||
|
|
||||||
pkgname=ruby-listen
|
pkgname=ruby-listen
|
||||||
pkgver=3.5.0
|
pkgver=3.5.1
|
||||||
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')
|
||||||
@@ -13,7 +13,7 @@ makedepends=('ruby-rdoc')
|
|||||||
source=("https://rubygems.org/downloads/listen-$pkgver.gem")
|
source=("https://rubygems.org/downloads/listen-$pkgver.gem")
|
||||||
noextract=("listen-$pkgver.gem")
|
noextract=("listen-$pkgver.gem")
|
||||||
options=('!emptydirs')
|
options=('!emptydirs')
|
||||||
sha256sums=('c5742f46803e80fc5b7a99ce1a0e440effa7b8e3b96e95fa7ca61f1a3ac935e4')
|
sha256sums=('d2f6425068347454936c75bf3b9fc0f925b40d17ba7df752031c8c083b195b40')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
local _gemdir="$(ruby -e'puts Gem.default_dir')"
|
||||||
|
|||||||
Reference in New Issue
Block a user