summaryrefslogtreecommitdiff
path: root/community/root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/root/PKGBUILD')
-rw-r--r--community/root/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/root/PKGBUILD b/community/root/PKGBUILD
index 4f46232cf..abdd3f8fc 100644
--- a/community/root/PKGBUILD
+++ b/community/root/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sebastian Voecking <voeck@web.de>
pkgname=root
-pkgver=5.28.00d
-pkgrel=2
+pkgver=5.28.00e
+pkgrel=1
pkgdesc='C++ data analysis framework and interpreter from CERN.'
arch=('i686' 'x86_64')
url='http://root.cern.ch'
@@ -17,7 +17,7 @@ source=("ftp://root.cern.ch/root/root_v${pkgver}.source.tar.gz"
'rootd'
'root.desktop'
'root.xml')
-md5sums=('53505fcb256df38526d446916e6efc15'
+md5sums=('e023538c046ebdde7f93284b5f6511e2'
'0e883ad44f99da9bc7c23bc102800b62'
'efd06bfa230cc2194b38e0c8939e72af'
'ac61b17395d75a2705fefa2ef841a6bf'
@@ -58,9 +58,6 @@ build() {
# move from aur
#--disable-builtin-afterimage \
- #--with-python-incdir=/usr/include/python2.7/Python.h \
- #--with-python-libdir=/usr/lib/libpython2.7.so
-
make
}