summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 05:34:31 +0000
committerBioArchLinuxBot2023-10-27 05:34:31 +0000
commit97726b158322dcaae8f65bb4010354bad75edec0 (patch)
treecf47029bc73340409b01ededeeafdb2fc3971a4a /PKGBUILD
parentd1520e72b326c9ef4182ac8519f78cff4d9e37e9 (diff)
downloadaur-97726b158322dcaae8f65bb4010354bad75edec0.tar.gz
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 096199e3de8f..28a2c5a89540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=adductData
-_pkgver=1.17.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.17.0
+pkgver=1.18.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=('c908d5a588ec00a31361a49e9bf8b7247c404cd7e0722639983573de3d0a1750')
+sha256sums=('a551c63fe130120370b5ce4ce70b43d186ea566c00c1dbe9f399dc523c4f8799')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"