summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:36:05 +0000
committerBioArchLinuxBot2023-10-26 05:36:05 +0000
commit6fcebe9c7503368c44c6527ddd3c2f00ac23ce87 (patch)
tree553aa71eca832c6d20371714cdb7cd836aa646ec
parent0aeccb1d74eda97b7b0d65fd4b90971c1a55ace1 (diff)
downloadaur-r-starbiotrek.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 cbe2a8dfe322..66c5c26d3ddf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-starbiotrek
pkgdesc = StarBioTrek
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/StarBioTrek
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-starbiotrek
optdepends = r-rmarkdown
optdepends = r-roxygen2
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/StarBioTrek_1.26.0.tar.gz
- sha256sums = f0f2c48d7fb63df78e63ba92089c1a9538f418da93c64a82435b6ee5042a3d74
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/StarBioTrek_1.28.0.tar.gz
+ sha256sums = 4c239c5556e6c4f5404155ca80ace9db46fd59fb323fb7bc47e1d5c83eb0ef32
pkgname = r-starbiotrek
diff --git a/PKGBUILD b/PKGBUILD
index fc83340e29a3..7e7df780b8cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=StarBioTrek
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='StarBioTrek'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f0f2c48d7fb63df78e63ba92089c1a9538f418da93c64a82435b6ee5042a3d74')
+sha256sums=('4c239c5556e6c4f5404155ca80ace9db46fd59fb323fb7bc47e1d5c83eb0ef32')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"