[arch-commits] Commit in root/trunk (PKGBUILD fix-missing-header.patch)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Mon Jun 13 10:34:04 UTC 2022


    Date: Monday, June 13, 2022 @ 10:34:04
  Author: kgizdov
Revision: 1237402

upgpkg: root 6.26.04-1

Modified:
  root/trunk/PKGBUILD
Deleted:
  root/trunk/fix-missing-header.patch

--------------------------+
 PKGBUILD                 |    8 +++-----
 fix-missing-header.patch |   11 -----------
 2 files changed, 3 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-13 10:28:50 UTC (rev 1237401)
+++ PKGBUILD	2022-06-13 10:34:04 UTC (rev 1237402)
@@ -6,8 +6,8 @@
 
 pkgbase=root
 pkgname=('root' 'root-cuda')
-pkgver=6.26.02
-pkgrel=3
+pkgver=6.26.04
+pkgrel=1
 pkgdesc='C++ data analysis framework and interpreter from CERN'
 arch=('x86_64')
 url='https://root.cern'
@@ -98,10 +98,9 @@
     'settings-cuda.cmake'
     'jupyter_notebook_config.py'
     'nbman-for-arch.patch'
-    'fix-missing-header.patch'
     'thisroot.fail'
 )
-sha512sums=('593022ecac14dc057f69ca18ebffef610f5c6064d6c4a7b658cffd26110110f66da2f11cc935b03eca5e557f18cded43f43bdee984660b4f4db1dbe1787bba9f'
+sha512sums=('d1088f7a6c4f6c00efc3fa57add1e12eb45784934520a1be1aa76442cf526a6d9cb5f69e7fe17b7193c89ff829136842568c00389aa3b9ed9e5638451689ca38'
             'af8f178fc9df66997d5495b271e38adcd1636aab4c8fc994c6600c2496127829d831250d73d3fc229b02dfe49b9867d0be979beacb959f2f3a05351b8118a4a6'
             '1fe6f4aa09d583d33f27cc766f4935510bb7ab6bbb8d4700baa1aaab92ea6c876500b67da1e4f6e0b510aa5616e4e193b860264b86925de85f2d9f558d75d5dc'
             '3c81d255a17b902ffac0187af1752847036137e16641a88b17eef0d9c944e6f0d3c954bc93307d6270603f43f6c23f2e04f98dc7a68f9d076dbaa8006a2527d6'
@@ -109,7 +108,6 @@
             '9fe8fe72a2c1e86e75f901d80abd184785229949beaa4c7fd3da7ae5aa1e20615b620945f37efeb41377a3641e750be363517871ef35f5826cc0a2a279540bb9'
             '1c905ee7a3f8f5f3f567d957f9be6b503a8631565d4d9b9bfea5e496ef86865c5a8be1a1f8c7842754029879cf0afd2465249f532a116cc43660aa2e460ae682'
             '08037f68fa816debc4e9c16a26c862bc026c8e6ceaf2f5131d1493470599b4eb2b2efeef35249f15392aeff0c22bff59264e8a4ac6c73e4f195046be9d185724'
-            'adc2f07f0df9b001259d19125061bcc129896ce63df68b837ffc160a24839747d0d91959ffc91040669bd41e0998aed34e9c72ea92618086016441eb8f8b1801'
             '3b9e382480b28f60af0b096ac9a42e6ba611b899717988bdebffd5aeabab054e37a28a7421f4a0f39198638c31f56a657a8a9ccc3db54a87daf50d43d35b1ca9')
 
 get_pyver () {

Deleted: fix-missing-header.patch
===================================================================
--- fix-missing-header.patch	2022-06-13 10:28:50 UTC (rev 1237401)
+++ fix-missing-header.patch	2022-06-13 10:34:04 UTC (rev 1237402)
@@ -1,11 +0,0 @@
-diff --color -aur root-6.26.02-old/tmva/sofie/inc/TMVA/SOFIE_common.hxx root-6.26.02-new/tmva/sofie/inc/TMVA/SOFIE_common.hxx
---- root-6.26.02-old/tmva/sofie/inc/TMVA/SOFIE_common.hxx	2022-05-17 16:47:05.503723641 +0300
-+++ root-6.26.02-new/tmva/sofie/inc/TMVA/SOFIE_common.hxx	2022-05-17 16:47:41.023722760 +0300
-@@ -6,6 +6,7 @@
- 
- #include <type_traits>
- #include <cstdint>
-+#include <cstring>
- #include <string>
- #include <vector>
- #include <memory>



More information about the arch-commits mailing list