diff options
author | BioArchLinuxBot | 2024-05-01 21:06:30 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-01 21:06:30 +0000 |
commit | c1d7bfa151d13d1e79e9524873851cc8b27e3f42 (patch) | |
tree | 850a462c5966df9559b96649776dc69ba219086e | |
parent | e1023400836754beb46cedf024c93d2248a62229 (diff) | |
download | aur-c1d7bfa151d13d1e79e9524873851cc8b27e3f42.tar.gz |
[lilac] updated to 1.10.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-synapsis pkgdesc = An R package to automate the analysis of double-strand break repair during meiosis - pkgver = 1.8.0 + pkgver = 1.10.0 pkgrel = 1 url = https://bioconductor.org/packages/synapsis arch = any @@ -13,7 +13,7 @@ pkgbase = r-synapsis optdepends = r-rmarkdown optdepends = r-testthat optdepends = r-tidyverse - source = https://bioconductor.org/packages/release/bioc/src/contrib/synapsis_1.8.0.tar.gz - sha256sums = a815a826f739a1c34282e2efb81c539223ea67ad5ee32596f4d8973e73f2c2d0 + source = https://bioconductor.org/packages/release/bioc/src/contrib/synapsis_1.10.0.tar.gz + sha256sums = 7402ced858e11cd83ed62e4acc103facf9e3a3f617faf42b37ff46bbe7535770 pkgname = r-synapsis @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=synapsis -_pkgver=1.8.0 +_pkgver=1.10.0 pkgname=r-${_pkgname,,} -pkgver=1.8.0 +pkgver=1.10.0 pkgrel=1 pkgdesc='An R package to automate the analysis of double-strand break repair during meiosis' arch=('any') @@ -22,7 +22,7 @@ optdepends=( r-tidyverse ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('a815a826f739a1c34282e2efb81c539223ea67ad5ee32596f4d8973e73f2c2d0') +sha256sums=('7402ced858e11cd83ed62e4acc103facf9e3a3f617faf42b37ff46bbe7535770') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |