summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 02:31:55 +0000
committerBioArchLinuxBot2023-04-27 02:31:55 +0000
commit30b17414fb19cf58b34c0f397f907e6842136bb9 (patch)
treeb5e668e54c6fc606c2266a73981a3c9c7439c5b8
parent924d20d34c86405c23dbfedb30941556af4464c5 (diff)
downloadaur-30b17414fb19cf58b34c0f397f907e6842136bb9.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 50d2416c554f..d5a4ca412ffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-mbttest
pkgdesc = Multiple Beta t-Tests
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/MBttest
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-mbttest
depends = r-gtools
optdepends = r-biocgenerics
optdepends = r-biocstyle
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MBttest_1.26.0.tar.gz
- sha256sums = 1de70c7307bfec631ecb96a6096814659a4ec5a6260262decc782d60da8bfe49
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MBttest_1.28.0.tar.gz
+ sha256sums = 6392cf2320e798ab60a946b413271e6f0649a15323a34a03dfdea47b8e656a87
pkgname = r-mbttest
diff --git a/PKGBUILD b/PKGBUILD
index c66de367ba71..7cacb13b0abc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MBttest
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Multiple Beta t-Tests'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-biocstyle
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1de70c7307bfec631ecb96a6096814659a4ec5a6260262decc782d60da8bfe49')
+sha256sums=('6392cf2320e798ab60a946b413271e6f0649a15323a34a03dfdea47b8e656a87')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"