summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 01:19:43 +0000
committerBioArchLinuxBot2023-04-27 01:19:43 +0000
commitb0e5e804b89111e27614c36bfc9739b02f1236a1 (patch)
treec04a19753b2470feba9699aa7398056dfc1e2f82
parent3c026608b056343d4827d884f7e2bbeab5c48969 (diff)
downloadaur-b0e5e804b89111e27614c36bfc9739b02f1236a1.tar.gz
[lilac] updated to 1.62.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee529b81e200..1f34309867e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = r-rlmm
pkgdesc = A Genotype Calling Algorithm for Affymetrix SNP Arrays
- pkgver = 1.60.0
+ pkgver = 1.62.0
pkgrel = 1
url = https://bioconductor.org/packages/RLMM
arch = any
license = LGPL
depends = r
- source = https://bioconductor.org/packages/release/bioc/src/contrib/RLMM_1.60.0.tar.gz
- sha256sums = 9bc6aeaa953bb2b2d2bbfd013d75b7afd8019f19dd15492d4a1438ec64de1dcf
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/RLMM_1.62.0.tar.gz
+ sha256sums = 74a25764fc156a430197e7d699022241a8a4eea35848e56bf4306afb544ee0c6
pkgname = r-rlmm
diff --git a/PKGBUILD b/PKGBUILD
index c8c0abbe0ff8..f6694894d2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RLMM
-_pkgver=1.60.0
+_pkgver=1.62.0
pkgname=r-${_pkgname,,}
-pkgver=1.60.0
+pkgver=1.62.0
pkgrel=1
pkgdesc='A Genotype Calling Algorithm for Affymetrix SNP Arrays'
arch=('any')
@@ -14,7 +14,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9bc6aeaa953bb2b2d2bbfd013d75b7afd8019f19dd15492d4a1438ec64de1dcf')
+sha256sums=('74a25764fc156a430197e7d699022241a8a4eea35848e56bf4306afb544ee0c6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"