summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-19 18:07:45 +0000
committerBioArchLinuxBot2023-05-19 18:07:45 +0000
commit70167ef428512e4f4fdb6a353a19fd31c72af5e4 (patch)
tree746f6cf3a54d027384393f6fc48f11130a928278 /PKGBUILD
parent9616b79831310729f000ebb7fec4cfb34bab859b (diff)
downloadaur-70167ef428512e4f4fdb6a353a19fd31c72af5e4.tar.gz
[lilac] updated to 1.8.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6960604809f..afacba42af4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epigraHMM
-_pkgver=1.8.1
+_pkgver=1.8.2
pkgname=r-${_pkgname,,}
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc='Epigenomic R-based analysis with hidden Markov models'
arch=('x86_64')
@@ -45,7 +45,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('12236f02c49ebbb9f91143cf9be2abb160071fa600fde28151cf003b8767ff1b')
+sha256sums=('dc9c2660b92fbc7c24bef95e1b693318d652eedb695a976751a16da9411c81bf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"