mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Update to v3.2.1.
This commit is contained in:
10
.SRCINFO
10
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
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.1.5
|
pkgver = 3.2.1
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://rubygems.org/gems/listen
|
url = https://rubygems.org/gems/listen
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
@@ -10,10 +10,10 @@ pkgbase = ruby-listen
|
|||||||
depends = ruby-rb-inotify>=0.9
|
depends = ruby-rb-inotify>=0.9
|
||||||
depends = ruby-rb-fsevent>=0.9.3
|
depends = ruby-rb-fsevent>=0.9.3
|
||||||
depends = ruby-ruby_dep>=1.2
|
depends = ruby-ruby_dep>=1.2
|
||||||
noextract = listen-3.1.5.gem
|
noextract = listen-3.2.1.gem
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = https://rubygems.org/downloads/listen-3.1.5.gem
|
source = https://rubygems.org/downloads/listen-3.2.1.gem
|
||||||
sha256sums = bd9ab5f1615a7e491a2251c09f0fae9407ab3bd7650bdb517dda54ec6cae6507
|
sha256sums = f15106ac36904b27b7540259df8596ec0d685be10d6b05fc8cfe8dd82a1f22f1
|
||||||
|
|
||||||
pkgname = ruby-listen
|
pkgname = ruby-listen
|
||||||
|
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -2,8 +2,8 @@
|
|||||||
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
|
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
|
||||||
|
|
||||||
pkgname=ruby-listen
|
pkgname=ruby-listen
|
||||||
pkgver=3.1.5
|
pkgver=3.2.1
|
||||||
pkgrel=3
|
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')
|
||||||
url="https://rubygems.org/gems/listen"
|
url="https://rubygems.org/gems/listen"
|
||||||
@@ -14,7 +14,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=('bd9ab5f1615a7e491a2251c09f0fae9407ab3bd7650bdb517dda54ec6cae6507')
|
sha256sums=('f15106ac36904b27b7540259df8596ec0d685be10d6b05fc8cfe8dd82a1f22f1')
|
||||||
|
|
||||||
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