summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 12:17:39 +0000
committerBioArchLinuxBot2023-10-28 12:17:39 +0000
commitdf84d708f8fa558b9da1d84ba24861a36395fa67 (patch)
tree4a100122051df052556a32683e0cabefe8d426e8
parentafb05611b3d3118b3eb5d47d98dbe1a2d50a7de6 (diff)
downloadaur-df84d708f8fa558b9da1d84ba24861a36395fa67.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2316434d70ea..e4d1163e302a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-phosr
pkgdesc = A set of methods and tools for comprehensive analysis of phosphoproteomics data
- pkgver = 1.10.0
- pkgrel = 3
+ pkgver = 1.12.0
+ pkgrel = 1
url = https://bioconductor.org/packages/PhosR
arch = any
license = GPL
@@ -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.10.0.tar.gz
- sha256sums = 9a9be076b918dbe161f715008f33786aa7f9713e7821c282da7b89eed8899951
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/PhosR_1.12.0.tar.gz
+ sha256sums = eb6c62944a7f9393b63aff148dd2bc8750f75cec5b7528fe6f7c0a03226056f2
pkgname = r-phosr
diff --git a/PKGBUILD b/PKGBUILD
index 870a5beda6bc..0e79145d87d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=PhosR
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.12.0
+pkgrel=1
pkgdesc='A set of methods and tools for comprehensive analysis of phosphoproteomics data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -53,7 +53,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9a9be076b918dbe161f715008f33786aa7f9713e7821c282da7b89eed8899951')
+sha256sums=('eb6c62944a7f9393b63aff148dd2bc8750f75cec5b7528fe6f7c0a03226056f2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"