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 95bc85262e52..22943f1b8cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TransView
-_pkgver=1.44.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.0
+pkgver=1.46.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=('0732a8c5630c0fb7faff5917d298e536d26c8f536125306d0e27c01c5aa5e319')
+sha256sums=('d5a48714c5fa0ef6ac55fc78dd302f6c12334fed5f90ae3a533fe3477b36cd4e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"