summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 00:31:49 +0000
committerBioArchLinuxBot2024-05-02 00:31:49 +0000
commitf1155e685fb5e9a8d91a40a1f1255feac74c4c26 (patch)
tree160603bec4ce4d93dbb85b85dda4d89c63b978b5
parent849eaa4d73c885d69abbd7f4caaa123785b59b43 (diff)
downloadaur-f1155e685fb5e9a8d91a40a1f1255feac74c4c26.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 e6eee056d2d8..8424b6317f81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-idpr
pkgdesc = Profiling and Analyzing Intrinsically Disordered Proteins in R
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/idpr
arch = any
@@ -19,7 +19,7 @@ pkgbase = r-idpr
optdepends = r-rmarkdown
optdepends = r-seqinr
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/idpr_1.12.0.tar.gz
- sha256sums = aa0e92b2c321f2fc33c94fc3149d6f2198cbbd018fc13ca651e5e0a4cf99fb60
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/idpr_1.14.0.tar.gz
+ sha256sums = e8583fa36082887a49e21ed94f2bbfc8f41aa5315bf0f131f994335b8c08cfbc
pkgname = r-idpr
diff --git a/PKGBUILD b/PKGBUILD
index b9c2d78206ed..c76fd44e1174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=idpr
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Profiling and Analyzing Intrinsically Disordered Proteins in R'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('aa0e92b2c321f2fc33c94fc3149d6f2198cbbd018fc13ca651e5e0a4cf99fb60')
+sha256sums=('e8583fa36082887a49e21ed94f2bbfc8f41aa5315bf0f131f994335b8c08cfbc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"