summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-09-01 00:04:59 +0000
committerBioArchLinuxBot2022-09-01 00:04:59 +0000
commita02e8efdad606c56329f5b01a1293cfd158e7c8f (patch)
treee24ebfd7113a94080258a529250dd7241f319802
parent2ac2c12e32a3718ff760a71d6586f37580e924ec (diff)
downloadaur-a02e8efdad606c56329f5b01a1293cfd158e7c8f.tar.gz
[lilac] updated to 3.22.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2088461ff7e..4d8db5b4447e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-dose
pkgdesc = Disease Ontology Semantic and Enrichment analysis
- pkgver = 3.22.0
+ pkgver = 3.22.1
pkgrel = 1
url = https://bioconductor.org/packages/DOSE
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-dose
optdepends = r-prettydoc
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DOSE_3.22.0.tar.gz
- sha256sums = 97372511adc7b87f16237a61f6e03c232acc73e22dfcf1b8b8a4c40528268f86
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DOSE_3.22.1.tar.gz
+ sha256sums = b19853ee01ef6016ec37b4efca6cce17b6bd8ef756eb45e2fb10e6d6a61190d5
pkgname = r-dose
diff --git a/PKGBUILD b/PKGBUILD
index 070b16c92522..95696bc18bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DOSE
-_pkgver=3.22.0
+_pkgver=3.22.1
pkgname=r-${_pkgname,,}
-pkgver=3.22.0
+pkgver=3.22.1
pkgrel=1
pkgdesc='Disease Ontology Semantic and Enrichment analysis'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('97372511adc7b87f16237a61f6e03c232acc73e22dfcf1b8b8a4c40528268f86')
+sha256sums=('b19853ee01ef6016ec37b4efca6cce17b6bd8ef756eb45e2fb10e6d6a61190d5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"