summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 17:10:56 +0000
committerBioArchLinuxBot2023-04-27 17:10:56 +0000
commit78a10b17a289ebbcd9aba675bc737a852e19d2b8 (patch)
treef761c4eef86fa77c1c0ed79ce77a761d9feb88cd /PKGBUILD
parent5dc6bd79aba7cbd0c9bcdee217e860024a2d0aba (diff)
downloadaur-78a10b17a289ebbcd9aba675bc737a852e19d2b8.tar.gz
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11fa6599bea7..d10205d6c886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epigenomix
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='Epigenetic and gene transcription data normalization and integration with mixture models'
arch=('any')
@@ -23,7 +23,7 @@ depends=(
r-summarizedexperiment
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8a54b2fefc2e6fdc603dfc7acf204740f0bfad8fa59251befdc3b38a85b5b96d')
+sha256sums=('021d9bdc6188ccc23e44667a0eff56e00ec62ec995a88b918c23c1a7d760fdd5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"