summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 08:24:12 +0000
committerBioArchLinuxBot2023-10-27 08:24:12 +0000
commit9ab85e792a20b852a3580de6dc380c6e074ce134 (patch)
treef444613305de66b270287b9562c05ce85a647e00
parent40113a64a0f655b1649a3f6ede6401b6d0417f08 (diff)
downloadaur-r-midashla.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b91c4cc40c73..59614164d81f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-midashla
pkgdesc = R package for immunogenomics data handling and association analysis
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/midasHLA
arch = any
@@ -31,7 +31,7 @@ pkgbase = r-midashla
optdepends = r-survival
optdepends = r-testthat
optdepends = r-tidyr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/midasHLA_1.8.0.tar.gz
- sha256sums = b447ab024cb66ead2295fd5f0b73cbd3cf53e72ab160add238b5d7d1c8d95d09
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/midasHLA_1.10.0.tar.gz
+ sha256sums = 47e04642f640caa363d83809e675df26239efa43cc17e5cca6cfabfe990e2709
pkgname = r-midashla
diff --git a/PKGBUILD b/PKGBUILD
index 6be47f09817f..af013b645a75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=midasHLA
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='R package for immunogenomics data handling and association analysis'
arch=('any')
@@ -40,7 +40,7 @@ optdepends=(
r-tidyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b447ab024cb66ead2295fd5f0b73cbd3cf53e72ab160add238b5d7d1c8d95d09')
+sha256sums=('47e04642f640caa363d83809e675df26239efa43cc17e5cca6cfabfe990e2709')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"