summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 21:51:33 +0000
committerBioArchLinuxBot2022-11-03 21:51:33 +0000
commit5b99e247c6d122ec1ce2b4929776c50d880df3e7 (patch)
treebc81b5f01aeb9cfea8270c870d0dbae11a32b85a /PKGBUILD
parentfc478e8d18ef1426a5f21ca5ef97bdad6cc8d572 (diff)
downloadaur-5b99e247c6d122ec1ce2b4929776c50d880df3e7.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd3b83c22824..f924c0af4a66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=derfinder
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Annotation-agnostic differential expression analysis of RNA-seq data at base-pair resolution via the DER Finder approach'
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3b9f4aea71f556219d262b216dcd5d7d38f5b0d4c09de9b466baa269c477d9ff')
+sha256sums=('f920adcd310b352a070bbd6d03a2587fb7626add4a74071ac8e2cced3c1c306d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"