summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2017-10-15 14:38:42 +0200
committerCarsten Feuls2017-10-15 14:38:42 +0200
commit21d304e935d8f3e805b6e6a7acf70d6e37db5c3d (patch)
tree7456a97ec67187f0cda9d3c219b863392136eda7
parent82d5e9ffd1ae748c7af6b3c40848bff22026780c (diff)
downloadaur-21d304e935d8f3e805b6e6a7acf70d6e37db5c3d.tar.gz
Update to 3.1.5
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 409e12f59fe6..5f48ff9723a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Oct 15 12:37:49 UTC 2017
pkgbase = ruby-listen
pkgdesc = The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!
- pkgver = 3.0.5
+ pkgver = 3.1.5
pkgrel = 1
url = https://rubygems.org/gems/listen
arch = any
@@ -8,10 +10,10 @@ pkgbase = ruby-listen
depends = ruby
depends = ruby-rb-inotify>=0.9
depends = ruby-rb-fsevent>=0.9.3
- noextract = listen-3.0.5.gem
+ noextract = listen-3.1.5.gem
options = !emptydirs
- source = https://rubygems.org/downloads/listen-3.0.5.gem
- sha256sums = 6ffc223ba68736cfa7b1d16b4ecb9c380f15c05cdf749a02a5201937af685ca0
+ source = https://rubygems.org/downloads/listen-3.1.5.gem
+ sha256sums = bd9ab5f1615a7e491a2251c09f0fae9407ab3bd7650bdb517dda54ec6cae6507
pkgname = ruby-listen
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index d27920510820..39a45e94af9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
pkgname=ruby-listen
-pkgver=3.0.5
+pkgver=3.1.5
pkgrel=1
pkgdesc="The Listen gem listens to file modifications and notifies you about the changes. Works everywhere!"
arch=('any')
@@ -11,7 +11,7 @@ depends=('ruby' 'ruby-rb-inotify>=0.9' 'ruby-rb-fsevent>=0.9.3')
source=("https://rubygems.org/downloads/listen-$pkgver.gem")
noextract=("listen-$pkgver.gem")
options=('!emptydirs')
-sha256sums=('6ffc223ba68736cfa7b1d16b4ecb9c380f15c05cdf749a02a5201937af685ca0')
+sha256sums=('bd9ab5f1615a7e491a2251c09f0fae9407ab3bd7650bdb517dda54ec6cae6507')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"