summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-07-16 00:05:48 +0000
committerBioArchLinuxBot2022-07-16 00:05:48 +0000
commit3ccbd523de72b3b9944399327c9ece8d22eea2cb (patch)
tree31a72622a37fc886cf286589bf29e82baffdd0ac
parent605a86aee5b4394b7c0a831ea547e3383bbe34a6 (diff)
downloadaur-3ccbd523de72b3b9944399327c9ece8d22eea2cb.tar.gz
[lilac] updated to 1.28.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12cc608f9f27..667236f922b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-dapar
pkgdesc = Tools for the Differential Analysis of Proteins Abundance with R
- pkgver = 1.28.1
- pkgrel = 3
+ pkgver = 1.28.5
+ pkgrel = 1
url = https://bioconductor.org/packages/DAPAR
arch = any
license = Artistic2.0
@@ -56,7 +56,7 @@ pkgbase = r-dapar
optdepends = r-biocgenerics
optdepends = r-biocstyle
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DAPAR_1.28.1.tar.gz
- sha256sums = ae8c27c13843ce973d37cf34bf1782e35351d768822ccc432835f378e34f10e2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DAPAR_1.28.5.tar.gz
+ sha256sums = 7f28c77662ecbabeda7c8a5a50603a50fa283cd741bbd0306c659a230334f7fc
pkgname = r-dapar
diff --git a/PKGBUILD b/PKGBUILD
index f98e74030843..479c628436b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DAPAR
-_pkgver=1.28.1
+_pkgver=1.28.5
pkgname=r-${_pkgname,,}
-pkgver=1.28.1
-pkgrel=3
+pkgver=1.28.5
+pkgrel=1
pkgdesc='Tools for the Differential Analysis of Proteins Abundance with R'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -65,7 +65,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ae8c27c13843ce973d37cf34bf1782e35351d768822ccc432835f378e34f10e2')
+sha256sums=('7f28c77662ecbabeda7c8a5a50603a50fa283cd741bbd0306c659a230334f7fc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"