summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Amundsen2015-10-13 10:30:58 +0200
committerJonas Amundsen2015-12-09 22:47:09 +0100
commit9040add3d9144bfa7efad047ac929df827c5e1cd (patch)
tree83a47f5957cc15d364aece66624589ba347740bf /PKGBUILD
parent4d2aa75eede9f533f30f72ae2bcef74a9fc3f242 (diff)
downloadaur-ruby-rmonitor.tar.gz
Updating ruby-rmonitor-2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c872ec1e845..e4db4eb39277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=rmonitor
pkgname=ruby-$_gemname
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='A tool for creating monitor profiles that are easily invoked.'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby xorg-xrandr)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('9c660dd0a82cfc159533c1a7f5b369da86043513')
+sha1sums=('a4b43e8b9d1b5f892efa9aeae172f6f22946815e')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"