summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:20:33 +0000
committerBioArchLinuxBot2024-05-02 19:20:33 +0000
commit67e6f4e08e6f4c4c5d9c9a53c0f5391a066088d2 (patch)
tree93080196dca523841b1e32e1a0cf7d3ca7049323 /PKGBUILD
parentef774e87f977e7b898b6f6b7ead95c7a1b6c895f (diff)
downloadaur-67e6f4e08e6f4c4c5d9c9a53c0f5391a066088d2.tar.gz
[lilac] updated to 1.23.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1d427876372..1ef4a5280463 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=airway
-_pkgver=1.22.0
+_pkgver=1.23.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.23.0
pkgrel=1
pkgdesc='RangedSummarizedExperiment for RNA-Seq in airway smooth muscle cells, by Himes et al PLoS One 2014'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-markdown
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('79713bc8a6078ba93f306e5e8e7ba74aa09b7fb354153112e48dedaf0c5f45f7')
+sha256sums=('af487521a7c031b1077461ae9f61c682a82186aac8c32ccc4672db2b6504f279')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"