aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84e6750e5bbc..c9a9a641eb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=delphes
pkgver=3.4.0
-pkgrel=5
+pkgrel=6
pkgdesc="A framework for fast simulation of a generic collider experiment"
url="http://cp3.irmp.ucl.ac.be/projects/delphes"
arch=('i686' 'x86_64')
license=('GPL3')
depends=("cmake"
- "root"
- "exrootanalysis")
+ "root")
source=("https://github.com/delphes/delphes/archive/${pkgver}.tar.gz"
"cmake.patch")
sha256sums=('35a11e7c027a4f0523827babce7b496ff660dfabb2e8b94fd8be1da7468ad197'
@@ -27,10 +26,6 @@ build() {
package() {
make install
- # Remove ExRootAnalysis
- rm -rf "${pkgdir}/usr/include/ExRootAnalysis"
- rm "${pkgdir}/usr/lib/libExRootAnalysisDict_rdict.pcm"
-
msg2 "Moving examples and cards"
mkdir -p "${pkgdir}/usr/share/Delphes"
mv "${pkgdir}/usr/examples" "${pkgdir}/usr/cards" "${pkgdir}/usr/share/Delphes/"