summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-26 09:16:14 +0100
committerJoan Bruguera2019-03-26 09:16:14 +0100
commitde7e41a1d4a7bd4e341023bd80df47955ed0cf22 (patch)
treeb4e7ef96f770549ec126188e8e359b69e0d68878
parent446fdfbaa6d623e9d36539451ffd7f6d5590cad7 (diff)
downloadaur-de7e41a1d4a7bd4e341023bd80df47955ed0cf22.tar.gz
Remove static libs, will fix dependents instead.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2c85bd23b6a..56d8506c0f8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = libbsctools
pkgdesc = Common library used by some BSC tools such as folding (from BSC).
pkgver = 1.0.5
- pkgrel = 5
+ pkgrel = 6
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
arch = x86_64
license = LGPL2.1
depends = boost
- options = staticlibs
source = https://ftp.tools.bsc.es/libbsctools/libbsctools-1.0.5-src.tar.bz2
sha512sums = 3ec334755b860a521fa7fc0524f495efc6574bcabef4aa69021212b1b9c2b918ccac54abda846a83e86e6db8ca2726b8abc83d3228aa05637348b17b0e90287a
diff --git a/PKGBUILD b/PKGBUILD
index eeaa32de702d..2490aab4bbed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname='libbsctools'
pkgdesc='Common library used by some BSC tools such as folding (from BSC).'
pkgver='1.0.5'
-pkgrel='5'
+pkgrel='6'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('LGPL2.1')
depends=(boost)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2")
sha512sums=(3ec334755b860a521fa7fc0524f495efc6574bcabef4aa69021212b1b9c2b918ccac54abda846a83e86e6db8ca2726b8abc83d3228aa05637348b17b0e90287a)
-# Package both static and dynamic libraries, because some dependent packages require that
-options=(staticlibs)
build() {
cd "$srcdir/$pkgname-$pkgver"