summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 22:58:31 +0000
committerBioArchLinuxBot2022-11-02 22:58:31 +0000
commita05d975859eedc514fef60958d85da7a67bf6fda (patch)
treeff51e1403f5abc46d6211ce76ef93f14cfe6a6d5
parentf9c0c283447da6b39560cf75efbe26b549ac15d4 (diff)
downloadaur-a05d975859eedc514fef60958d85da7a67bf6fda.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 056254b823cf..e9c357f54aad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-stattarget
pkgdesc = Statistical Analysis of Molecular Profiles
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/statTarget
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-stattarget
optdepends = r-rgtk2
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/statTarget_1.26.0.tar.gz
- sha256sums = 483b83c227f951370760ed024f0b074931805708d1e3deffb03cff8dae16284c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/statTarget_1.28.0.tar.gz
+ sha256sums = 3274851a06fb3498e044b338ba721727a45bf253fc2cf71180cb2797f9caa5b1
pkgname = r-stattarget
diff --git a/PKGBUILD b/PKGBUILD
index 803ad0ee51da..5a0322b5d48a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=statTarget
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='Statistical Analysis of Molecular Profiles'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('483b83c227f951370760ed024f0b074931805708d1e3deffb03cff8dae16284c')
+sha256sums=('3274851a06fb3498e044b338ba721727a45bf253fc2cf71180cb2797f9caa5b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"