summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a1c00a84563..a2bb589a4efb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frank Siegert <frank.siegert@googlemail.com>
pkgname=cernlib
pkgver=2022.11.08.0
-pkgrel=1
+pkgrel=2
pkgdesc="A large collection of CERN libraries and tools for high energy physics, e.g. PAW and GEANT 3.21."
arch=('x86_64' 'i686')
url="https://cernlib.web.cern.ch/index.html"
@@ -26,4 +26,5 @@ package() {
cd "$srcdir/cernlib-cernlib-$pkgver"
cd build
DESTDIR="$pkgdir/" cmake --install . --prefix=/usr
+ rm $pkgdir/usr/include/cfortran.h ## TODO: conflicts with ROOT
}