summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-18 14:23:05 +0000
committerBioArchLinuxBot2025-04-18 14:23:05 +0000
commitb43ea0cc382b65088de227731ed907501a255192 (patch)
treee4f5020ecd04d6d8570f770a9a8df5b4f69f1965 /PKGBUILD
parentc4def9fd0ce65ed4eac92bd349fa52441f9baa75 (diff)
downloadaur-b43ea0cc382b65088de227731ed907501a255192.tar.gz
[lilac] updated to 2.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 b1cf7be65030..c5f54525ad3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=edge
-_pkgver=2.38.0
+_pkgver=2.40.0
pkgname=r-${_pkgname,,}
-pkgver=2.38.0
+pkgver=2.40.0
pkgrel=1
pkgdesc='Extraction of Differential Gene Expression'
arch=('x86_64')
@@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('736f9501218bf694890325d123afc9018063cada27039f16e15a641d11ae28e3')
+sha256sums=('8d012e3d6d76e5c525941e87ab80d6497fb3dadb1590a6226491732247a69028')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"