summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 08:20:42 +0000
committerBioArchLinuxBot2024-05-03 08:20:42 +0000
commit5169a7a46de097e851149f9874e079a7a7b79764 (patch)
tree3ac7bbc5d180d0d11ac7078feccd9a1edfd3b5aa /PKGBUILD
parentbdd7e6405248d6c0ea1196bb55b82a43f575b006 (diff)
downloadaur-r-adductdata.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"