summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-28 03:16:37 +0000
committerBioArchLinuxBot2023-04-28 03:16:37 +0000
commit428225be9380c637d3573b3b2fe84fb47902123a (patch)
tree2236af8af0b8029d6f04f4839902e407c80fb6fa /PKGBUILD
parent875b7426c87e35c2422eddbb67669ce001279cfa (diff)
downloadaur-428225be9380c637d3573b3b2fe84fb47902123a.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3ecf2206484..5a8de8b919fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=adductData
-_pkgver=1.15.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.15.0
+pkgver=1.16.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=('da5c73c46a094a9d1f3cc86e3e968a2a8924d19f8043640be526c44402b52306')
+sha256sums=('131295aa548471771f126d16693cd64e75fae4c73bb0141f651d8a8a5ea6dce6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"