Skip to content

Commit

Permalink
updated to v6.08.06
Browse files Browse the repository at this point in the history
  • Loading branch information
kgizdov committed Mar 5, 2017
1 parent dcda599 commit 281cd1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = root
pkgdesc = C++ data analysis framework and interpreter from CERN with extra features enabled.
pkgver = 6.08.04
pkgver = 6.08.06
pkgrel = 1
url = http://root.cern.ch
install = root.install
Expand Down Expand Up @@ -33,15 +33,15 @@ pkgbase = root
optdepends = gcc-fortran: Enable the Fortran components of ROOT
optdepends = tcsh: Legacy CSH support
options = !emptydirs
source = https://root.cern.ch/download/root_v6.08.04.source.tar.gz
source = https://root.cern.ch/download/root_v6.08.06.source.tar.gz
source = JupyROOT_encoding.patch
source = JupyROOT_fix.patch
source = root.install
source = root.sh
source = root.xml
source = rootd
source = settings.cmake
sha256sums = 51d8fb902b29223f4c621f7f316e3b9d9fe41cd53403e7274cb5cf47ade9c500
sha256sums = ea31b047ba6fc04b0b312667349eaf1498a254ccacd212144f15ffcb3f5c0592
sha256sums = dbf08ee3b506a2089f58d55ec9b1e6b77f337a6d2ebbb081e69cf729e531da3f
sha256sums = a17309295f998ed826dcbf1b5d04de7ed44d64c35221806c75b775796578783d
sha256sums = f1796729b0403026382bca43329692f5356c8ec46fc2c09f799a8b3d12d49a6f
Expand Down
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Contributor: Sebastian Voecking < voeck at web dot de >

pkgname=root
pkgver=6.08.04
pkgver=6.08.06
pkgrel=1
pkgdesc='C++ data analysis framework and interpreter from CERN with extra features enabled.'
arch=('i686' 'x86_64')
Expand Down Expand Up @@ -48,7 +48,7 @@ source=("https://root.cern.ch/download/root_v${pkgver}.source.tar.gz"
'root.xml'
'rootd'
'settings.cmake')
sha256sums=('51d8fb902b29223f4c621f7f316e3b9d9fe41cd53403e7274cb5cf47ade9c500'
sha256sums=('ea31b047ba6fc04b0b312667349eaf1498a254ccacd212144f15ffcb3f5c0592'
'dbf08ee3b506a2089f58d55ec9b1e6b77f337a6d2ebbb081e69cf729e531da3f'
'a17309295f998ed826dcbf1b5d04de7ed44d64c35221806c75b775796578783d'
'f1796729b0403026382bca43329692f5356c8ec46fc2c09f799a8b3d12d49a6f'
Expand All @@ -60,8 +60,8 @@ prepare(){
cd ${pkgname}-${pkgver}

# Fix JupyROOT issues until upstream releases arrive
patch -p1 -i ${srcdir}/JupyROOT_encoding.patch
# patch -p1 -i ${srcdir}/JupyROOT_fix.patch
# patch -p1 -i ${srcdir}/JupyROOT_encoding.patch

2to3 -w etc/dictpch/makepch.py 2>&1 > /dev/null
}
Expand Down

0 comments on commit 281cd1c

Please sign in to comment.