summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 15:20:00 +0000
committerBioArchLinuxBot2023-10-27 15:20:00 +0000
commit211102d77148bfdb78e7f387ba02c9ad1676c9fc (patch)
tree4a9c66276db7c58202fcf59441612fd5d4341323 /PKGBUILD
parent2740748409b29f7703f182edaade2f3bbb48a219 (diff)
downloadaur-r-allelicimbalance.tar.gz
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"