summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:10:24 +0000
committerBioArchLinuxBot2023-10-26 05:10:24 +0000
commitd1520e72b326c9ef4182ac8519f78cff4d9e37e9 (patch)
treedfc78ba966fde436bade7e795fedd999a497cd4e /PKGBUILD
parent428225be9380c637d3573b3b2fe84fb47902123a (diff)
downloadaur-d1520e72b326c9ef4182ac8519f78cff4d9e37e9.tar.gz
[lilac] updated to 1.17.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a8de8b919fe..096199e3de8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=adductData
-_pkgver=1.16.0
+_pkgver=1.17.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.17.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=('131295aa548471771f126d16693cd64e75fae4c73bb0141f651d8a8a5ea6dce6')
+sha256sums=('c908d5a588ec00a31361a49e9bf8b7247c404cd7e0722639983573de3d0a1750')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"