summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Amanakis2019-05-28 15:14:20 -0400
committerGeorge Amanakis2019-05-28 15:14:20 -0400
commit47f4e3485400ef1979245621d2851f51037195bf (patch)
tree9ecc4268903c8cf1531daf14f3213b3959acdae6
parentb1bb734ad010df763df38ccab9862c18ce74f78f (diff)
downloadaur-47f4e3485400ef1979245621d2851f51037195bf.tar.gz
Build without removing staticlibs as sra-tools complains
Signed-off-by: George Amanakis <gamanakis@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb82f9e508d..f5813a59aa21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ncbi-vdb
pkgdesc = The SRA Toolkit and SDK from NCBI is a collection of tools and libraries for using data in the INSDC Sequence Read Archives.
pkgver = 2.9.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ncbi/ncbi-vdb
arch = x86_64
license = custom:PublicDomain
@@ -10,9 +10,10 @@ pkgbase = ncbi-vdb
depends = hdf5
provides = ncbi-vdb
options = !strip
+ options = staticlibs
source = https://github.com/ncbi/ncbi-vdb/archive/2.9.6.tar.gz
source = ncbi-vdb.patch
- sha256sums = 100a0a109bd62531725c5ae3b191897c8e0834cd5ad593d042be6043b54cb98e
+ sha256sums = 3b13ae1362b01f8300a6e8b75742857bd8b0c9ee62561f9fdd4a46be384451d6
sha256sums = 62550416a3bd48ad8d8810a4fde593f1e6fdc6b091afbcf903842f8a43da9f58
pkgname = ncbi-vdb
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')