summaryrefslogtreecommitdiff
path: root/community/root
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-23 23:14:30 +0000
committerroot <root@rshg054.dnsready.net>2011-08-23 23:14:30 +0000
commit9254c2bc6500471b22eead69781ddef84f87e2bf (patch)
treec4afa4b28422f98d69f9b2594705e164e8c3049c /community/root
parent64e290184042563a240e2d6d15c02e06703d00ee (diff)
Tue Aug 23 23:14:30 UTC 2011
Diffstat (limited to 'community/root')
-rw-r--r--community/root/PKGBUILD20
1 files changed, 7 insertions, 13 deletions
diff --git a/community/root/PKGBUILD b/community/root/PKGBUILD
index 4441cb5dc..220d9d195 100644
--- a/community/root/PKGBUILD
+++ b/community/root/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sebastian Voecking <voeck@web.de>
pkgname=root
-pkgver=5.30.00
-pkgrel=5
+pkgver=5.30.01
+pkgrel=1
pkgdesc='C++ data analysis framework and interpreter from CERN.'
arch=('i686' 'x86_64')
url='http://root.cern.ch'
@@ -16,21 +16,15 @@ source=("ftp://root.cern.ch/root/root_v${pkgver}.source.tar.gz"
'root.sh'
'rootd'
'root.desktop'
- 'root.xml'
- 'reorder-lzma-search-r40128.diff')
-md5sums=('b4e00f419f63d5ec6b7f1aace33c0c6f'
+ 'root.xml')
+md5sums=('be7443a1b243c51b3c1ec435a5a9453e'
'0e883ad44f99da9bc7c23bc102800b62'
'efd06bfa230cc2194b38e0c8939e72af'
'ac61b17395d75a2705fefa2ef841a6bf'
- 'e2cf69b204192b5889ceb5b4dedc66f7'
- '6b5d5b875913d8468940b9fbb1ceeb60')
+ 'e2cf69b204192b5889ceb5b4dedc66f7')
build() {
- cd ${pkgname}
-
- # causes an error because it includes lzma/lzma.h directly
- # http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=13013&p=55971
- patch -Np2 -i ${srcdir}/reorder-lzma-search-r40128.diff
+ cd root
if [ ${CARCH} == 'i686' ]; then
TARGET=linux;
@@ -76,7 +70,7 @@ build() {
}
package() {
- cd ${pkgname}
+ cd root
make DESTDIR=${pkgdir} install