summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 02:08:09 +0000
committerBioArchLinuxBot2022-11-04 02:08:09 +0000
commit44d2029165e75f3ccf323eecf9a7af747cc3c763 (patch)
treef7da1862b46d1b25daaac4dbd305647f21393ddc /PKGBUILD
parent9ff841f6ccb6e8e4b1262a9ef314d278f59773a3 (diff)
downloadaur-44d2029165e75f3ccf323eecf9a7af747cc3c763.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e22ad979c04..1f2f5a555aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=adductData
-_pkgver=1.13.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.13.0
+pkgver=1.14.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=('8728d31929aa8afd3f804b455d535517c5848ca4f58d0b5f55379f27ff1ba5c4')
+sha256sums=('8fdc3e97c87f1063aabb55b4e9d1204d1a76cef754c00c65dbaf4c7cf096cf79')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"