summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:08:38 +0000
committerBioArchLinuxBot2024-05-02 19:08:38 +0000
commit674e9b5c2158dae81588fdefdd25aecbca181258 (patch)
tree59071f36239de8523bcad3c0bd7656ea3515c0c6
parentdf84d708f8fa558b9da1d84ba24861a36395fa67 (diff)
downloadaur-674e9b5c2158dae81588fdefdd25aecbca181258.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4d1163e302a..6d30d99f1ded 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-phosr
pkgdesc = A set of methods and tools for comprehensive analysis of phosphoproteomics data
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/PhosR
arch = any
@@ -44,7 +44,7 @@ pkgbase = r-phosr
optdepends = r-sna
optdepends = r-stringr
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/PhosR_1.12.0.tar.gz
- sha256sums = eb6c62944a7f9393b63aff148dd2bc8750f75cec5b7528fe6f7c0a03226056f2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PhosR_1.14.0.tar.gz
+ sha256sums = 07443ac28e2594cb7879cfaca958268777a7d93d3ca7e1401125505b0c158c16
pkgname = r-phosr
diff --git a/PKGBUILD b/PKGBUILD
index 0e79145d87d6..7016fc29cab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PhosR
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='A set of methods and tools for comprehensive analysis of phosphoproteomics data'
arch=('any')
@@ -53,7 +53,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('eb6c62944a7f9393b63aff148dd2bc8750f75cec5b7528fe6f7c0a03226056f2')
+sha256sums=('07443ac28e2594cb7879cfaca958268777a7d93d3ca7e1401125505b0c158c16')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"