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

Christian Rebischke shibumi at archlinux.org
Wed May 22 11:29:53 UTC 2019


    Date: Wednesday, May 22, 2019 @ 11:29:52
  Author: shibumi
Revision: 468332

upgpkg: facter 3.13.1-2

Fix #62674:
Prior facter 3, facter was written in ruby.
This is not the case anymore, so we have
removed the ruby hard dependency.
Thanks to Tim Meusel

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-22 11:16:30 UTC (rev 468331)
+++ PKGBUILD	2019-05-22 11:29:52 UTC (rev 468332)
@@ -8,12 +8,12 @@
 
 pkgname=facter
 pkgver=3.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Collect and display system facts"
 arch=('x86_64')
 url="https://puppetlabs.com/facter"
 license=('APACHE')
-depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+depends=('yaml-cpp' 'boost-libs' 'curl')
 makedepends=('boost' 'cmake' 'java-environment>=10' 'leatherman' 'cpp-hocon' 'java-environment-common')
 optdepends=('java-environment: jruby support')
 replaces=('cfacter')



More information about the arch-commits mailing list