summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Gizdov2016-11-15 21:03:59 +0000
committerKonstantin Gizdov2016-11-15 21:03:59 +0000
commitfd02c034c85aa25f006c08690a6d71a48e638557 (patch)
tree151faa7236119e99728a26d433629cfcc872a170
parentb9a84e67c9d081ee10d79ae0546fcf1cfd9cde27 (diff)
downloadaur-fd02c034c85aa25f006c08690a6d71a48e638557.tar.gz
use updated version of Pythia8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a1676b33849..9120cee4b335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = root-extra
pkgdesc = C++ data analysis framework and interpreter from CERN with extra features enabled.
pkgver = 6.08.00
- pkgrel = 1
+ pkgrel = 2
url = http://root.cern.ch
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = root-extra
depends = libiodbc
depends = libmysqlclient
depends = postgresql-libs
- depends = pythia
+ depends = pythia8
depends = python
depends = sqlite
depends = tex-gyre-fonts
diff --git a/PKGBUILD b/PKGBUILD
index 49fd0874ff3e..abbcf8786e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=root-extra
_pkgname=root
pkgver=6.08.00
-pkgrel=1
+pkgrel=2
provides=('root')
conflicts=('root')
pkgdesc='C++ data analysis framework and interpreter from CERN with extra features enabled.'
@@ -28,7 +28,7 @@ depends=('cfitsio'
'libiodbc'
'libmysqlclient'
'postgresql-libs'
-'pythia'
+'pythia8'
'python'
'sqlite'
'tex-gyre-fonts' # solve the pixelized font problem as per Arch Wiki