1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-27 21:40:31 +01:00

Update to v3.4.0

This commit is contained in:
2020-12-31 23:49:53 +01:00
parent 0a2e4bf28d
commit e5050b76ae
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=ruby-listen
pkgver=3.3.3
pkgver=3.4.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=('0ae6949b576b58f6fe1b8f1631024d6f7bb9d83086add585df7c8c77147cecfe')
sha256sums=('17ed2bbcc81414ddc10cc3148d6d088da9923f3b057b2cc7736974adabe1131a')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"