summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 04:30:26 +0000
committerBioArchLinuxBot2022-11-03 04:30:26 +0000
commit68c0cd352f2a1986053a122dc43395de0dcbab48 (patch)
tree266017d2d17ade20ad81325c90843d8a9549aec8
parent90c6737a79ad83d7c8cd22e0c9b982a0dd53a283 (diff)
downloadaur-68c0cd352f2a1986053a122dc43395de0dcbab48.tar.gz
[lilac] updated to 1.7.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b61c7bba05e..cdac167ceba3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-getdee2
pkgdesc = Programmatic access to the DEE2 RNA expression dataset
- pkgver = 1.6.0
+ pkgver = 1.7.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.6.0.tar.gz
- sha256sums = fb7417a3bdcc11559426f61729d19802667aa1f0179f7c3c40efa85c4b8e4a30
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/getDEE2_1.7.0.tar.gz
+ sha256sums = 57c083f288e3dc91529a55be19c6ab84a062628f1dedab4ac501b3be983f37a3
pkgname = r-getdee2
diff --git a/PKGBUILD b/PKGBUILD
index 5bd089ea017a..dc95227e597a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=getDEE2
-_pkgver=1.6.0
+_pkgver=1.7.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.7.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=('fb7417a3bdcc11559426f61729d19802667aa1f0179f7c3c40efa85c4b8e4a30')
+sha256sums=('57c083f288e3dc91529a55be19c6ab84a062628f1dedab4ac501b3be983f37a3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"