summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 07:40:22 +0000
committerBioArchLinuxBot2023-04-27 07:40:22 +0000
commitef8aa573e6978337dcf5a3f14c1d4ccba0e59f04 (patch)
tree78eda771a50323a18b9e05c9d0076e67722cc339
parent56e5bde9a5587c56b9a9c0e3b8b0cf31ae3f2b24 (diff)
downloadaur-ef8aa573e6978337dcf5a3f14c1d4ccba0e59f04.tar.gz
[lilac] updated to 3.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 b27923bb5829..c60e7c21463e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tpp
pkgdesc = Analyze thermal proteome profiling (TPP) experiments
- pkgver = 3.26.1
+ pkgver = 3.28.0
pkgrel = 1
url = https://bioconductor.org/packages/TPP
arch = any
@@ -35,7 +35,7 @@ pkgbase = r-tpp
depends = r-vgam
optdepends = r-biocstyle
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TPP_3.26.1.tar.gz
- sha256sums = e1dff5a81d663bd6e467855f6455c8eb59d44c04a6811590d86fd2f48f8dc7a8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TPP_3.28.0.tar.gz
+ sha256sums = d18e7581e2864a1c7180c0adc2f631cfe37095edd922fe231f84e7761a047ae9
pkgname = r-tpp
diff --git a/PKGBUILD b/PKGBUILD
index e7d491706ce4..8503caa8d52f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TPP
-_pkgver=3.26.1
+_pkgver=3.28.0
pkgname=r-${_pkgname,,}
-pkgver=3.26.1
+pkgver=3.28.0
pkgrel=1
pkgdesc='Analyze thermal proteome profiling (TPP) experiments'
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e1dff5a81d663bd6e467855f6455c8eb59d44c04a6811590d86fd2f48f8dc7a8')
+sha256sums=('d18e7581e2864a1c7180c0adc2f631cfe37095edd922fe231f84e7761a047ae9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"