summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-27 00:05:19 +0000
committerBioArchLinuxBot2022-11-27 00:05:19 +0000
commit216afb072f5de76459025135e23feb8c14793501 (patch)
treea6240ee02778220fb1926b417997d4dc0ab03aa7
parent4f6ab134d9486e753c7705b3e6c356d07ea5bd33 (diff)
downloadaur-216afb072f5de76459025135e23feb8c14793501.tar.gz
[lilac] updated to 1.30.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc1db6921ad..38b37e1f3fc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-dapar
pkgdesc = Tools for the Differential Analysis of Proteins Abundance with R
- pkgver = 1.30.1
+ pkgver = 1.30.2
pkgrel = 1
url = https://bioconductor.org/packages/DAPAR
arch = any
@@ -58,7 +58,7 @@ pkgbase = r-dapar
optdepends = r-vioplot
optdepends = r-visnetwork
optdepends = r-vsn
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DAPAR_1.30.1.tar.gz
- sha256sums = cd8902c75ec8bf07bd9c47cc7a9f9d5e818fdb765b1c6b0c3ccd9dd9cdf2919d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DAPAR_1.30.2.tar.gz
+ sha256sums = 7b67c3116ad310642aaf4407480c36642dac1bd3f329e087d82a4c9bfa64908e
pkgname = r-dapar
diff --git a/PKGBUILD b/PKGBUILD
index de85534ef859..3f9838d3c183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DAPAR
-_pkgver=1.30.1
+_pkgver=1.30.2
pkgname=r-${_pkgname,,}
-pkgver=1.30.1
+pkgver=1.30.2
pkgrel=1
pkgdesc='Tools for the Differential Analysis of Proteins Abundance with R'
arch=('any')
@@ -67,7 +67,7 @@ optdepends=(
r-vsn
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cd8902c75ec8bf07bd9c47cc7a9f9d5e818fdb765b1c6b0c3ccd9dd9cdf2919d')
+sha256sums=('7b67c3116ad310642aaf4407480c36642dac1bd3f329e087d82a4c9bfa64908e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"