summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:50:36 +0000
committerBioArchLinuxBot2024-05-02 19:50:36 +0000
commitd401e038b94cd130f9c3aaf755bc1853fc273da1 (patch)
tree253a01b91d78b0cbf493dfecda08b3b7116f3199 /PKGBUILD
parent7b17332504a87ced9170a898ef78c4bd13ba1f0c (diff)
downloadaur-r-getdee2.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc3a84d4bf6e..841b24800945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=getDEE2
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Programmatic access to the DEE2 RNA expression dataset'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('68ce963e1902e5e73c4108c58e27c3e99b8f2b476eab66c43e59679bfe1e83c0')
+sha256sums=('413486ca637b532c8c8790792e59651e5579e6ac54b8b66a91fdca2b58f47dc2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"