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

Thore Bödecker foxxx0 at archlinux.org
Fri Mar 30 16:22:20 UTC 2018


    Date: Friday, March 30, 2018 @ 16:22:18
  Author: foxxx0
Revision: 313560

upgpkg: ruby-sys-proctable 1.2.0-2

add missing ruby-ffi dep, fixes FS#58041

Modified:
  ruby-sys-proctable/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-30 15:40:20 UTC (rev 313559)
+++ PKGBUILD	2018-03-30 16:22:18 UTC (rev 313560)
@@ -5,12 +5,12 @@
 _gemname='sys-proctable'
 pkgname="ruby-${_gemname}"
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An interface for providing process table information'
 arch=('any')
 url='https://github.com/djberg96/sys-proctable'
 license=('Apache')
-depends=('ruby')
+depends=('ruby' 'ruby-ffi')
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
 source=("https://rubygems.org/gems/${_gemname}-${pkgver}.gem")



More information about the arch-commits mailing list