summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 18:36:49 +0000
committerBioArchLinuxBot2022-11-02 18:36:49 +0000
commitb512fd273c14c0ee3816ea6c119b15a511517395 (patch)
tree6a425991628edeb649c1e557ec1015d30b1207a4
parent54b458cefc4dc584b1ffdb5911e1351e6391c508 (diff)
downloadaur-b512fd273c14c0ee3816ea6c119b15a511517395.tar.gz
[lilac] updated to 1.33.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75613e67ef88..543bca44e212 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = r-stemhypoxia
pkgdesc = Differentiation of Human Embryonic Stem Cells under Hypoxia gene expression dataset by Prado-Lopez et al. (2010)
- pkgver = 1.32.0
+ pkgver = 1.33.0
pkgrel = 1
url = https://bioconductor.org/packages/stemHypoxia
arch = any
license = GPL
depends = r
- source = https://bioconductor.org/packages/release/data/experiment/src/contrib/stemHypoxia_1.32.0.tar.gz
- sha256sums = 9fd269a2e818a360c85e277baf54cbc31c2e27e7ca1fbdcdc2a06991809ad665
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/stemHypoxia_1.33.0.tar.gz
+ sha256sums = 7fb66f0ad6a0e29539ae8f3fcc805677c543a7dfc3ba33fe72b18792afeb8f30
pkgname = r-stemhypoxia
diff --git a/PKGBUILD b/PKGBUILD
index 5abbdd348304..59f987698f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=stemHypoxia
-_pkgver=1.32.0
+_pkgver=1.33.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.33.0
pkgrel=1
pkgdesc='Differentiation of Human Embryonic Stem Cells under Hypoxia gene expression dataset by Prado-Lopez et al. (2010)'
arch=('any')
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9fd269a2e818a360c85e277baf54cbc31c2e27e7ca1fbdcdc2a06991809ad665')
+sha256sums=('7fb66f0ad6a0e29539ae8f3fcc805677c543a7dfc3ba33fe72b18792afeb8f30')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"