summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-07 00:02:56 +0000
committerBioArchLinuxBot2024-02-07 00:02:56 +0000
commit1446e786a7b24fa967176fae07bc1a9a73d027ab (patch)
tree0cabc4139652faadcf7b49a002d89ad680b0817a
parente08ba8ee6e846bd99e074895f1f54ed347448057 (diff)
downloadaur-1446e786a7b24fa967176fae07bc1a9a73d027ab.tar.gz
[lilac] updated to 1.14.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51e263a21c33..b4dec0f70544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-glmgampoi
pkgdesc = Fit a Gamma-Poisson Generalized Linear Model
- pkgver = 1.14.0
+ pkgver = 1.14.1
pkgrel = 1
url = https://bioconductor.org/packages/glmGamPoi
arch = x86_64
@@ -38,7 +38,7 @@ pkgbase = r-glmgampoi
optdepends = r-tenxpbmcdata
optdepends = r-testthat
optdepends = r-zoo
- source = https://bioconductor.org/packages/release/bioc/src/contrib/glmGamPoi_1.14.0.tar.gz
- sha256sums = fcb6e3172efe3f4a6885b49ace7955b4f228f3eb571eb04a9a92cd7f757083e1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/glmGamPoi_1.14.1.tar.gz
+ sha256sums = 93ec08c54dce33977c8f449f3d084511cbc605d7e427afb1079e4dd2d8d4bd88
pkgname = r-glmgampoi
diff --git a/PKGBUILD b/PKGBUILD
index b5ac16e9615d..22b58dc21224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=glmGamPoi
-_pkgver=1.14.0
+_pkgver=1.14.1
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc='Fit a Gamma-Poisson Generalized Linear Model'
arch=('x86_64')
@@ -48,7 +48,7 @@ optdepends=(
r-zoo
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fcb6e3172efe3f4a6885b49ace7955b4f228f3eb571eb04a9a92cd7f757083e1')
+sha256sums=('93ec08c54dce33977c8f449f3d084511cbc605d7e427afb1079e4dd2d8d4bd88')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"