summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:50:36 +0000
committerBioArchLinuxBot2024-05-02 19:50:36 +0000
commitd401e038b94cd130f9c3aaf755bc1853fc273da1 (patch)
tree253a01b91d78b0cbf493dfecda08b3b7116f3199
parent7b17332504a87ced9170a898ef78c4bd13ba1f0c (diff)
downloadaur-r-getdee2.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da3d95d490c0..025e4b3ab52e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-getdee2
pkgdesc = Programmatic access to the DEE2 RNA expression dataset
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/getDEE2
arch = any
@@ -11,7 +11,7 @@ pkgbase = r-getdee2
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/getDEE2_1.12.0.tar.gz
- sha256sums = 68ce963e1902e5e73c4108c58e27c3e99b8f2b476eab66c43e59679bfe1e83c0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/getDEE2_1.14.0.tar.gz
+ sha256sums = 413486ca637b532c8c8790792e59651e5579e6ac54b8b66a91fdca2b58f47dc2
pkgname = r-getdee2
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}"