summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-31 12:50:19 +0000
committerBioArchLinuxBot2023-10-31 12:50:19 +0000
commit8521c0c5048366d41cd0128fb666fd9d6dff2bb0 (patch)
tree65993ce8487847585a554eecde604e770719e399
parentf8af225e4bbd2fb3d4038bb33917a7a7a023b006 (diff)
downloadaur-8521c0c5048366d41cd0128fb666fd9d6dff2bb0.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bac28ad18fc4..5e797457e62a 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.32.5
+ pkgver = 1.34.0
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.32.5.tar.gz
- sha256sums = fba220f6eca498fdfa70d5ee6d635ff11f9c22e29b92c35c5e9b7e9deea2544a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DAPAR_1.34.0.tar.gz
+ sha256sums = b708fd3954bb4a4e84afcdeb52b44fe2b39f7f604d24e6f24bc182223592e35c
pkgname = r-dapar
diff --git a/PKGBUILD b/PKGBUILD
index ca0a2d397da0..4d6837a53c64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DAPAR
-_pkgver=1.32.5
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.5
+pkgver=1.34.0
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=('fba220f6eca498fdfa70d5ee6d635ff11f9c22e29b92c35c5e9b7e9deea2544a')
+sha256sums=('b708fd3954bb4a4e84afcdeb52b44fe2b39f7f604d24e6f24bc182223592e35c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"