summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 10:26:46 +0000
committerBioArchLinuxBot2023-04-27 10:26:46 +0000
commit05b125a8f9ca811de26a8a424e2561b37eb4b247 (patch)
tree62ba7b250cc3d9e80dc90ab363fc8accc5a54bad
parent0eedb9eb70ab67f672c2bf28388cf6af63e9fd42 (diff)
downloadaur-05b125a8f9ca811de26a8a424e2561b37eb4b247.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e79624bee2d2..e186cffa757e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-confess
pkgdesc = Cell OrderiNg by FluorEScence Signal
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/CONFESS
arch = any
@@ -34,7 +34,7 @@ pkgbase = r-confess
optdepends = r-confessdata
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/CONFESS_1.26.0.tar.gz
- sha256sums = ac94e4bae7921607e79e6328d7cef23ae0a6a72ffe26deec03533dadb905df83
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CONFESS_1.28.0.tar.gz
+ sha256sums = 1eae1e6f0650a5217477c37f0ab9bd8520c28c11585869968ba3eb042da8fa7b
pkgname = r-confess
diff --git a/PKGBUILD b/PKGBUILD
index bba84bb4e7fe..d6f308e6cbfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CONFESS
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Cell OrderiNg by FluorEScence Signal'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ac94e4bae7921607e79e6328d7cef23ae0a6a72ffe26deec03533dadb905df83')
+sha256sums=('1eae1e6f0650a5217477c37f0ab9bd8520c28c11585869968ba3eb042da8fa7b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"