summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 02:43:10 +0000
committerBioArchLinuxBot2022-11-03 02:43:10 +0000
commit1888421320e0051406161cd6c0bf2e589397f14d (patch)
tree613c5a16943e0f7b7826fb017c8f9f5c3a10ce50 /PKGBUILD
parentda729591faae5d446521b33d198e3d33da0262bf (diff)
downloadaur-1888421320e0051406161cd6c0bf2e589397f14d.tar.gz
[lilac] updated to 1.42.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7714c3c7b92b..2beec257133d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TransView
-_pkgver=1.40.0
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.40.0
+pkgver=1.42.0
pkgrel=1
pkgdesc='Read density map construction and accession. Visualization of ChIPSeq and RNASeq data sets'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8ee47ec6b52f9ef36dad623776ac7c334a60dcbb164313cfada20ad839d06ecc')
+sha256sums=('4df032874a9ea3cc9fcade62fda924eb0ed68b9355a4fa42ea552d2323978710')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"