summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 23:30:12 +0000
committerBioArchLinuxBot2023-04-27 23:30:12 +0000
commit2740748409b29f7703f182edaade2f3bbb48a219 (patch)
tree42f3da9d364192dc6effaad6db0178c64109ec13
parent8d477448bec7e23b9bc567a7e946a2f0cc23101e (diff)
downloadaur-2740748409b29f7703f182edaade2f3bbb48a219.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c103dcadb7..3ba004b63b07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-allelicimbalance
pkgdesc = Investigates Allele Specific Expression
- pkgver = 1.36.0
+ pkgver = 1.38.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.36.0.tar.gz
- sha256sums = c308d0c53180e46579597d59d0a5bd38b960ec954f19574f4999177ac9bdc87e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/AllelicImbalance_1.38.0.tar.gz
+ sha256sums = 8791beb4a6635b3ae16b80520e9be9af5e2acbe38adbe11ca50fee27fae843d7
pkgname = r-allelicimbalance
diff --git a/PKGBUILD b/PKGBUILD
index bd301550c9b2..2f5046d0a355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=AllelicImbalance
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.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=('c308d0c53180e46579597d59d0a5bd38b960ec954f19574f4999177ac9bdc87e')
+sha256sums=('8791beb4a6635b3ae16b80520e9be9af5e2acbe38adbe11ca50fee27fae843d7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"