summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Amanakis2019-05-28 15:14:20 -0400
committerGeorge Amanakis2019-05-28 15:14:20 -0400
commit47f4e3485400ef1979245621d2851f51037195bf (patch)
tree9ecc4268903c8cf1531daf14f3213b3959acdae6 /PKGBUILD
parentb1bb734ad010df763df38ccab9862c18ce74f78f (diff)
downloadaur-47f4e3485400ef1979245621d2851f51037195bf.tar.gz
Build without removing staticlibs as sra-tools complains
Signed-off-by: George Amanakis <gamanakis@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6aedb7bff0c3..1199552dd359 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=ncbi-vdb
pkgver=2.9.6
-pkgrel=1
+pkgrel=2
pkgdesc="The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives."
arch=('x86_64')
url="https://github.com/ncbi/ncbi-vdb"
depends=('libxml2' 'ngs' 'hdf5')
provides=('ncbi-vdb')
license=('custom:PublicDomain')
-options=('!strip')
+options=('!strip' 'staticlibs')
source=("https://github.com/ncbi/ncbi-vdb/archive/$pkgver.tar.gz" "$pkgname.patch")
sha256sums=('3b13ae1362b01f8300a6e8b75742857bd8b0c9ee62561f9fdd4a46be384451d6'
'62550416a3bd48ad8d8810a4fde593f1e6fdc6b091afbcf903842f8a43da9f58')