mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-vaexprs: auto updated to 1.8.0-1
This commit is contained in:
parent
56e02cc3a0
commit
7f4e088839
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=VAExprs
|
||||
_pkgver=1.6.0
|
||||
_pkgver=1.8.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.6.0
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgdesc='Generating Samples of Gene Expression Data with Variational Autoencoders'
|
||||
arch=('any')
|
||||
|
@ -30,7 +30,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('82bfcc07dad7981a4f8f07c2d8890f34a2856d0ed3cc524d52ab4613ecf2ae88')
|
||||
sha256sums=('f9a0068367aaa85bbeeb0d1e5195c6632bfe74aa4792bc06e990fe40e1042554')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue