r-synapsis: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-26 00:17:14 +00:00
parent bac10bba8b
commit 8ba1cb3b3d

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=synapsis
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgver=1.8.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=('d99df27451585ed3b513c3f7d512921a700440510d172c8d0f282287432164b0')
sha256sums=('a815a826f739a1c34282e2efb81c539223ea67ad5ee32596f4d8973e73f2c2d0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"