r-gpa: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 03:48:42 +00:00
parent 702a908fb3
commit f88087a7e6

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GPA
_pkgver=1.16.0
_pkgver=1.18.0
pkgname=r-${_pkgname,,}
pkgver=1.16.0
pkgver=1.18.0
pkgrel=1
pkgdesc='GPA (Genetic analysis incorporating Pleiotropy and Annotation)'
arch=('x86_64')
@ -26,7 +26,7 @@ optdepends=(
r-gpaexample
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e41d6de6dbea8487dc3b11726aaae781db47d36700c85033931aaa8d29cf27fd')
sha256sums=('1f2a6cee3c1f479c217ce0cb1a3c957a02e77409cb4af9abd91995a2feddc938')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"