summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-22 01:02:16 +0100
committerJoan Bruguera2019-03-22 01:02:16 +0100
commit215a43a6698ddaf61b78c9f313a2db54c020d2ec (patch)
tree755aae92ef15eb88242fbea1fc6549ffe6b11494
parenta173f66df037653303ac19cf2f2aec69971626d6 (diff)
downloadaur-215a43a6698ddaf61b78c9f313a2db54c020d2ec.tar.gz
Fix conflict with libbsctools.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93052fd5f86d..87eb54c18631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = folding
pkgdesc = Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).
pkgver = 1.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f7417cbe1fb9..888052d3f64c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='folding'
pkgdesc='Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).'
pkgver='1.3.2'
-pkgrel='1'
+pkgrel='2'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('GPLv3')
@@ -28,4 +28,8 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make prefix="$pkgdir/usr/" install
+
+ # FIXME: Why are those libraries from libbsctools copied to the package directory when installing?
+ rm "/usr/lib/libparavertraceconfig.so"
+ rm "/usr/lib/libparavertraceparser.so"
} \ No newline at end of file