Update PKGBUILD

This commit is contained in:
Kuoi 2022-05-03 09:21:48 +01:00 committed by GitHub
parent 90bb37e7b9
commit 6b1073a1c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ optdepends=(
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ce4585ddf67848e3b34c531e02df7ee712874127dd54eaa21ce8a2652b489701')
options=(!lto !buildflags staticlibs)
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
}