summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 15:20:00 +0000
committerBioArchLinuxBot2023-10-27 15:20:00 +0000
commit211102d77148bfdb78e7f387ba02c9ad1676c9fc (patch)
tree4a9c66276db7c58202fcf59441612fd5d4341323
parent2740748409b29f7703f182edaade2f3bbb48a219 (diff)
downloadaur-r-allelicimbalance.tar.gz
[lilac] updated to 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ba004b63b07..7f7bebe4181b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-allelicimbalance
pkgdesc = Investigates Allele Specific Expression
- pkgver = 1.38.0
+ pkgver = 1.40.0
pkgrel = 1
url = https://bioconductor.org/packages/AllelicImbalance
arch = any
@@ -30,7 +30,7 @@ pkgbase = r-allelicimbalance
optdepends = r-snplocs.hsapiens.dbsnp144.grch37
optdepends = r-testthat
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/AllelicImbalance_1.38.0.tar.gz
- sha256sums = 8791beb4a6635b3ae16b80520e9be9af5e2acbe38adbe11ca50fee27fae843d7
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AllelicImbalance_1.40.0.tar.gz
+ sha256sums = ae9e4026f29624d586cd071e388c44e314586f00e9e9bc90a2ff1ba24c41f45c
pkgname = r-allelicimbalance
diff --git a/PKGBUILD b/PKGBUILD
index 2f5046d0a355..3e1dcbf79213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AllelicImbalance
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='Investigates Allele Specific Expression'
arch=('any')
@@ -39,7 +39,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8791beb4a6635b3ae16b80520e9be9af5e2acbe38adbe11ca50fee27fae843d7')
+sha256sums=('ae9e4026f29624d586cd071e388c44e314586f00e9e9bc90a2ff1ba24c41f45c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"