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

Konstantin Gizdov kgizdov at archlinux.org
Wed Apr 21 15:54:31 UTC 2021


    Date: Wednesday, April 21, 2021 @ 15:54:31
  Author: kgizdov
Revision: 920532

fix needed dep

Modified:
  root/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 15:47:28 UTC (rev 920531)
+++ PKGBUILD	2021-04-21 15:54:31 UTC (rev 920532)
@@ -7,7 +7,7 @@
 pkgbase=root
 pkgname=('root' 'root-cuda')
 pkgver=6.24.00
-pkgrel=2
+pkgrel=3
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'
@@ -25,7 +25,6 @@
     'go'
     'libxml2'
     'libmariadbclient'
-    'nlohmann-json'
     'ocaml'
     'ocaml-ctypes'
     'openmp'
@@ -58,6 +57,7 @@
     'libafterimage'
     'librsvg'
     'libxpm'
+    'nlohmann-json'
     'python'
     'python-numpy'
     'tex-gyre-fonts'
@@ -71,7 +71,6 @@
     'cfitsio: Read images and data from FITS files'
     'libmariadbclient: MySQL support'
     'libxml2: XML parser interface'
-    'nlohmann-json: JSROOT support'
     'openmp: Support OpenMP extensions in Minuit2'
     'openmpi: Support OpenMPI extensions in Minuit2'
     'openssl: OpenSSL support'



More information about the arch-commits mailing list