summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db07838e713c..aadf2f7a27eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-adductdata
pkgdesc = Data from untargeted MS of modifications to Cys34 of serum albumin
- pkgver = 1.19.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/adductData
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-adductdata
depends = r-experimenthub
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/data/experiment/src/contrib/adductData_1.19.0.tar.gz
- sha256sums = 1bba2e4a84873bac62671658ee96df7d9c04bad922926f1097e17ae56f64f5ef
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/adductData_1.20.0.tar.gz
+ sha256sums = 3f33cbb22261bb788d5741a358580c7751c389c659a321ebe19581a7fa3fadf9
pkgname = r-adductdata
diff --git a/PKGBUILD b/PKGBUILD
index 6cc585419623..995c939d26f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=adductData
-_pkgver=1.19.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.19.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Data from untargeted MS of modifications to Cys34 of serum albumin'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1bba2e4a84873bac62671658ee96df7d9c04bad922926f1097e17ae56f64f5ef')
+sha256sums=('3f33cbb22261bb788d5741a358580c7751c389c659a321ebe19581a7fa3fadf9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"