summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 19:40:21 +0000
committerBioArchLinuxBot2023-04-27 19:40:21 +0000
commit875b7426c87e35c2422eddbb67669ce001279cfa (patch)
tree21986186f0498c6fc3140077ff0fefe9ae28e48b /PKGBUILD
parent44d2029165e75f3ccf323eecf9a7af747cc3c763 (diff)
downloadaur-875b7426c87e35c2422eddbb67669ce001279cfa.tar.gz
[lilac] updated to 1.15.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f2f5a555aa0..e3ecf2206484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=adductData
-_pkgver=1.14.0
+_pkgver=1.15.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.15.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=('8fdc3e97c87f1063aabb55b4e9d1204d1a76cef754c00c65dbaf4c7cf096cf79')
+sha256sums=('da5c73c46a094a9d1f3cc86e3e968a2a8924d19f8043640be526c44402b52306')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"