summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 22:46:12 +0000
committerBioArchLinuxBot2023-04-27 22:46:12 +0000
commit03b8b134d1b37a4881a409cda704ea50d26149f0 (patch)
tree92bd80e99704c1759ada4939896621b5ff1bbe97 /PKGBUILD
parent5b99e247c6d122ec1ce2b4929776c50d880df3e7 (diff)
downloadaur-03b8b134d1b37a4881a409cda704ea50d26149f0.tar.gz
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f924c0af4a66..caecf9907f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=derfinder
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.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=('f920adcd310b352a070bbd6d03a2587fb7626add4a74071ac8e2cced3c1c306d')
+sha256sums=('9ce51ed8014ab050524fb5fc9b50df6ca598fe20f3f1a7a505d63923262c66bd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"