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

Update to 3.3.0.

This commit is contained in:
2020-11-10 17:53:19 +01:00
parent 8f6b60fe76
commit 65a08c8a56
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.2.1
pkgver=3.3.0
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=('f15106ac36904b27b7540259df8596ec0d685be10d6b05fc8cfe8dd82a1f22f1')
sha256sums=('0f91c5287358feee216f41e00a5b70ec125dd5c1d8fe51a014e864a29842041f')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"