summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-01-31 17:24:02 +0300
committerViktor Drobot2020-01-31 17:24:02 +0300
commit314985c7faf524d25382619c2cec31c53b515bc6 (patch)
tree42781946197e76f70d31b5d523597ef78cc36de2 /PKGBUILD
parent2fda946e08df2071447ede319843e41f14d7e518 (diff)
downloadaur-314985c7faf524d25382619c2cec31c53b515bc6.tar.gz
Should be built with static libs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64e7b4fee55b..ab7b366929aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,8 @@ depends=(r r-zlibbioc bzip2 xz curl)
makedepends=(gcc make)
optdepends=(r-biocstyle r-knitr)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bcname}_${_bcver}.tar.gz")
-md5sums=('3dd8796283f9fc9503a8172acfca22b6')
+sha256sums=('5478c84ceb2209461c27d73719c9ce456cd0a9a42e1a138a4eac94c772cd6b3e')
+options=(staticlibs)
build() {
cd "${srcdir}"