summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:56:03 +0000
committerBioArchLinuxBot2024-05-03 00:56:03 +0000
commitd24112b645ffda2c0ef572de46bd9ae9a12f517d (patch)
treef645ab14c3eb2cfc196457486ea56a9f0d18c92c /PKGBUILD
parent798cc056eb5c6ba4ade345b4c9a5d5f89d1d8955 (diff)
downloadaur-r-grohmm.tar.gz
[lilac] updated to 1.38.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89a9d537f054..1fdcc0bfefda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=groHMM
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.0
pkgrel=1
pkgdesc='GRO-seq Analysis Pipeline'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7813bef49b4dc17e92365affafc60f81594f1337808b6b5dbf1eef23ef6a2b96')
+sha256sums=('259c1d472433cf516982da1aa774ceb1d8d341e768eb73881053ca16739aacee')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"