r-qtlizer: auto updated to 1.20.1-1

This commit is contained in:
BioArchLinuxBot 2025-03-07 00:05:36 +00:00
parent 6958024c90
commit b925b11c9d

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Qtlizer _pkgname=Qtlizer
_pkgver=1.20.0 _pkgver=1.20.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.20.0 pkgver=1.20.1
pkgrel=1 pkgrel=1
pkgdesc='Comprehensive QTL annotation of GWAS results' pkgdesc='Comprehensive QTL annotation of GWAS results'
arch=('any') arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c3d9387eb07a8227e84a9ece5653f02da269aa5c1e41f4ca723baba16440b35d') sha256sums=('7e1618c6b591037685cfd9a1158da0931f6e918ff064e632aa3d595ccfa3ef94')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"