summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15d272dfc9c4..8fce88577fc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=glmGamPoi
-_pkgver=1.12.1
+_pkgver=1.12.2
pkgname=r-${_pkgname,,}
-pkgver=1.12.1
+pkgver=1.12.2
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=('2da48df113c70fdeb279452fc947f07dc759539ba883f5c256e9dfb864a66917')
+sha256sums=('e7fd606d44c36b35355ec76cc9c772b7f4f25e95c9b2a99d4313a48fec46d834')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"