Skip to content
Snippets Groups Projects
Verified Commit d6a3fe12 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

upgpkg: 6.30.06-1: new upstream release

parent 334fba7b
Branches SHSTK
No related tags found
No related merge requests found
pkgbase = root
pkgdesc = C++ data analysis framework and interpreter from CERN
pkgver = 6.30.04
pkgrel = 3
pkgver = 6.30.06
pkgrel = 1
url = https://root.cern
arch = x86_64
license = LGPL2.1
......@@ -75,7 +75,7 @@ pkgbase = root
optdepends = xrootd>5: Support remote file server and client
optdepends = z3: Suuport the Z3 theorem prover
options = !lto
source = https://root.cern.ch/download/root_v6.30.04.source.tar.gz
source = https://root.cern.ch/download/root_v6.30.06.source.tar.gz
source = ROOFIT_LICENSE
source = root.xml
source = root.pc.tpl
......@@ -84,7 +84,7 @@ pkgbase = root
source = jupyter_notebook_config.py
source = nbman-for-arch.patch
source = thisroot.fail
b2sums = ce4aa0aa15bfa36a3be996a410a53146a3b8df06dcf48ebd99229cdbd3f771d33a844d775d0214e9488731a5f6ede7a46f52b05c1c70decb3770b4a338ef34d9
b2sums = 02830a683971fd55578dad6daf513e947ff9630af919c5f95af33959c9e99bcb01d9db3c589e037b7af56c2689f3085ca69e4353e9ea2a4648d98fa12145ccea
b2sums = 5da6218a171ee0fbd7b03518dde22787bb0e478a18dcf227eea4e65598c0a0bb299747c6503ad3026804e1a4dbcf4d2b674b83e6ed6e482dd3d14ceb4646dee8
b2sums = b5defce795dbfeee75dab0cc4c20ac84fe55cb11e9acdd5e75831b6db98e6190621867a65427ab44d93b6fe30398db6fd191defb029a6dcd0af087c1e5115451
b2sums = 5e4c589fd9e226fcf7ff9ab880687c10ff0f7b7c03fdf12fc477622d6ec291e2dc62e7f5ce7b68856bccf37b64b2f4331f46788548d39fdca57fd832d1f3b437
......
# Maintainer: Konstantin Gizdov < arch at kge dot pw >
# Maintainer: Jakub Klinkovský <lahwaacz at archlinux dot org>
# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
# Contributor: Scott Lawrence < bytbox at gmail dot com >
# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
......@@ -6,8 +7,8 @@
pkgbase=root
pkgname=('root' 'root-cuda')
pkgver=6.30.04
pkgrel=3
pkgver=6.30.06
pkgrel=1
pkgdesc='C++ data analysis framework and interpreter from CERN'
arch=('x86_64')
url='https://root.cern'
......@@ -97,7 +98,7 @@ source=(
'nbman-for-arch.patch'
'thisroot.fail'
)
b2sums=('ce4aa0aa15bfa36a3be996a410a53146a3b8df06dcf48ebd99229cdbd3f771d33a844d775d0214e9488731a5f6ede7a46f52b05c1c70decb3770b4a338ef34d9'
b2sums=('02830a683971fd55578dad6daf513e947ff9630af919c5f95af33959c9e99bcb01d9db3c589e037b7af56c2689f3085ca69e4353e9ea2a4648d98fa12145ccea'
'5da6218a171ee0fbd7b03518dde22787bb0e478a18dcf227eea4e65598c0a0bb299747c6503ad3026804e1a4dbcf4d2b674b83e6ed6e482dd3d14ceb4646dee8'
'b5defce795dbfeee75dab0cc4c20ac84fe55cb11e9acdd5e75831b6db98e6190621867a65427ab44d93b6fe30398db6fd191defb029a6dcd0af087c1e5115451'
'5e4c589fd9e226fcf7ff9ab880687c10ff0f7b7c03fdf12fc477622d6ec291e2dc62e7f5ce7b68856bccf37b64b2f4331f46788548d39fdca57fd832d1f3b437'
......@@ -183,9 +184,6 @@ _package() {
ln -f rootcling genreflex
cd "${bld_dir}" # go back
# rename the modulemap
mv "${pkgdir}"/usr/include/module.modulemap "${pkgdir}"/usr/include/root.modulemap
# fix python env call
sed -e 's/@python@/python/' -i "${pkgdir}/usr/lib/root/cmdLineUtils.py"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment