summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoranthraxx2016-11-28 14:40:48 +0100
committeranthraxx2016-11-28 14:40:48 +0100
commitb19fc5016b23699dedc4fa79d7b2e45c020a69aa (patch)
tree7801920ba5ee9c863e7d70e62042392bb862ebaf /PKGBUILD
parent30f11d5bc203a6663d3a44504ad6f4c0837eaa83 (diff)
downloadaur-ruby-timers.tar.gz
upgpkg: ruby-timers 4.1.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf39b78ad4e5..fdbdd2989ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_gemname=timers
pkgname=ruby-${_gemname}
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.1.2
+pkgrel=1
pkgdesc='Schedule procs to run after a certain time, or at periodic intervals, using any API that accepts a timeout'
url='https://github.com/celluloid/timers'
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
depends=('ruby' 'ruby-hitimes')
options=('!emptydirs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/timers/archive/v${pkgver}.tar.gz)
-sha512sums=('3daa30e003f55cb534813dbd18527badbf527befca2ce15ed696d88a3fdceb85dd871329e38d743e1c57c309c2b23692996586bb5864b442eb72608dd7f51c76')
+sha512sums=('4f3fae32e868fbf87a4e02767b3ebdb04a30596f3668d8e0d1ad70d59e3c590de42a89d9773e6a830cf34ab68f063663839775a5618e832b871dc976c670e6af')
prepare() {
cd ${_gemname}-${pkgver}