summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Siegert2022-11-14 10:07:21 +0100
committerFrank Siegert2022-11-14 10:07:21 +0100
commit76968d3fa4e1036e17cc5adc3f5c3aa10ab7f1ff (patch)
tree133382fe949913d3f7e0e8c5fb1a10b21c79dd34
parent2c1d9c823e7007564c859cf68f7d8d330640bacc (diff)
downloadaur-76968d3fa4e1036e17cc5adc3f5c3aa10ab7f1ff.tar.gz
Update to 2022.11.08.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee6600a2f5aa..83d17f2069e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cernlib
pkgdesc = A large collection of CERN libraries and tools for high energy physics, e.g. PAW and GEANT 3.21.
pkgver = 2022.11.08.0
- pkgrel = 1
+ pkgrel = 2
url = https://cernlib.web.cern.ch/index.html
arch = x86_64
arch = i686
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
}