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

Thore Bödecker foxxx0 at archlinux.org
Mon Nov 16 09:26:50 UTC 2020


    Date: Monday, November 16, 2020 @ 09:26:49
  Author: foxxx0
Revision: 755175

upgpkg: facter 3.14.14-4

add 'ruby' as a dependency, fixes FS#68020

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-16 09:17:55 UTC (rev 755174)
+++ PKGBUILD	2020-11-16 09:26:49 UTC (rev 755175)
@@ -10,7 +10,7 @@
 
 pkgname=facter
 pkgver=3.14.14
-pkgrel=3
+pkgrel=4
 pkgdesc="Collect and display system facts"
 arch=('x86_64')
 url="https://puppetlabs.com/facter"
@@ -18,7 +18,7 @@
 depends=('yaml-cpp' 'boost-libs' 'curl' 'libwhereami' 'libwhereami.so' 'cpp-hocon' 'libcpp-hocon.so'
          'systemd-libs' 'leatherman' 'leatherman_curl.so' 'leatherman_ruby.so' 'leatherman_execution.so'
          'leatherman_file_util.so' 'leatherman_util.so' 'leatherman_logging.so' 'leatherman_locale.so'
-         'openssl' 'gcc-libs' 'glibc' 'util-linux-libs' 'libblkid.so' 'yaml-cpp')
+         'openssl' 'gcc-libs' 'glibc' 'util-linux-libs' 'ruby' 'libblkid.so' 'yaml-cpp')
 makedepends=('boost' 'cmake' 'java-environment>=10' 'ruby' 'python' 'rapidjson')
 checkdepends=('ruby-rake' 'ruby-diff-lcs' 'ruby-mocha' 'ruby-rspec-support'
               'ruby-rspec-core' 'ruby-rspec-expectations' 'ruby-rspec-mocks'



More information about the arch-commits mailing list