[arch-commits] Commit in ruby-async/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Feb 8 12:59:56 UTC 2018


    Date: Thursday, February 8, 2018 @ 12:59:55
  Author: anthraxx
Revision: 290283

upgpkg: ruby-async 1.2.2-1

Modified:
  ruby-async/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 12:41:25 UTC (rev 290282)
+++ PKGBUILD	2018-02-08 12:59:55 UTC (rev 290283)
@@ -2,17 +2,17 @@
 
 _gemname=async
 pkgname=ruby-${_gemname}
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc='Composable asynchronous I/O'
 url='https://github.com/socketry/async'
 arch=('any')
 license=('MIT')
-depends=('ruby' 'ruby-nio4r' 'ruby-timers')
+depends=('ruby' 'ruby-nio4r' 'ruby-timers' 'ruby-rdoc')
 options=('!emptydirs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/socketry/async/archive/v${pkgver}.tar.gz)
-sha256sums=('06bedecd8ead36a4c3f437f9da7985bddb4fca72121f638ce186d9c73bc7c952')
-sha512sums=('9ef5f7bc3ee81cdb377a43e352e8e8b75d23469156d3ae204cb2fbf1ebf92168387fd25575ee3c135e3f5f709907c7db7dfe732b8dad6434ad779633c8197fbe')
+sha256sums=('2d09019a833dff44fb506a5561bb7484efec72384c9b01dc5dbb0dd5319ca7c5')
+sha512sums=('f8a0e0e3fbd42c6ccfb210e625f6ec38d8127cadec3df26ad621b69350e0b6aad248ab3475f965d15eb6037a304e9a352d66563c53a228779c0357a2602605cd')
 
 prepare() {
   cd ${_gemname}-${pkgver}



More information about the arch-commits mailing list