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

Robin Broda coderobe at archlinux.org
Mon Oct 14 23:56:36 UTC 2019


    Date: Monday, October 14, 2019 @ 23:56:36
  Author: coderobe
Revision: 515946

upgpkg: libguestfs 1.40.2-7

libguestfs: mark yara as runtime dependency

Modified:
  libguestfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-14 23:37:59 UTC (rev 515945)
+++ PKGBUILD	2019-10-14 23:56:36 UTC (rev 515946)
@@ -7,7 +7,7 @@
 pkgname=libguestfs
 pkgver=1.40.2
 _pkgver_short=${pkgver%.*}
-pkgrel=6
+pkgrel=7
 pkgdesc="Access and modify virtual machine disk image"
 arch=("x86_64")
 url="http://libguestfs.org"
@@ -32,7 +32,8 @@
          "perl-sys-virt"
          "jansson"
          "supermin"
-         "sleuthkit")
+         "sleuthkit"
+         "yara")
 makedepends=("pcre"
              "cdrkit"
              "libxml2"
@@ -50,8 +51,7 @@
              "ocaml"
              "go-pie"
              "bash-completion"
-             "jdk8-openjdk"
-             "yara")
+             "jdk8-openjdk")
 optdepends=("python${_pythonver}: Python bindings"
 #            "ruby: Ruby Bindings"
             "gjs: Javascript Bindings for GNOME"



More information about the arch-commits mailing list