summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 09:55:01 +0000
committerBioArchLinuxBot2023-04-27 09:55:01 +0000
commit95ef99d57d64563a00119c8768c8f0d5bed39294 (patch)
treee19c7aafed44cbb39bbe035a97f2192e67ab9f93
parent705f37bcafe21933266200a96f6972658085de9b (diff)
downloadaur-95ef99d57d64563a00119c8768c8f0d5bed39294.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b04443d3b27a..af7df13a4123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-idpr
pkgdesc = Profiling and Analyzing Intrinsically Disordered Proteins in R
- pkgver = 1.8.0
+ pkgver = 1.10.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.8.0.tar.gz
- sha256sums = 6ebda885fceaa53642c76d755bffa12942c8a4fa8730bf5d950b92103cb75719
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/idpr_1.10.0.tar.gz
+ sha256sums = e1996320caac941098ce73903db5baadc39755dd05a7aab2a66d6e4ee5b9f65c
pkgname = r-idpr
diff --git a/PKGBUILD b/PKGBUILD
index 09b34f7e1de6..04fea5493a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=idpr
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.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=('6ebda885fceaa53642c76d755bffa12942c8a4fa8730bf5d950b92103cb75719')
+sha256sums=('e1996320caac941098ce73903db5baadc39755dd05a7aab2a66d6e4ee5b9f65c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"