summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-15 18:11:45 +0000
committerBioArchLinuxBot2023-05-15 18:11:45 +0000
commit046eb3988c12ae995c3fecc1ab0cb9214c75647e (patch)
treeb77bbda124eedce6cfdf113fbb962321cd6fb77b /PKGBUILD
parent87b7f3601b7545e109d9855812c034f46414e58c (diff)
downloadaur-046eb3988c12ae995c3fecc1ab0cb9214c75647e.tar.gz
[lilac] updated to 1.22.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9574cd483347..0824f6417d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=apeglm
-_pkgver=1.22.0
+_pkgver=1.22.1
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.22.1
pkgrel=1
pkgdesc='Approximate posterior estimation for GLM coefficients'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('740d4b103d7be9ccfb2d5dcdb724eabe5b60a60328762568e8c56830a5e002cc')
+sha256sums=('477372ab998a0ef36da5992f140ec3bd08fb7a9a2430840235be0f3b2fac21a7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"