summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 04:46:13 +0000
committerBioArchLinuxBot2023-10-26 04:46:13 +0000
commit1d0957ae901faa0288aedbc3fbc4f528fa0963af (patch)
treefae9995cdaae9fc743563fd973d50d7f091fb815 /PKGBUILD
parent509db4add64cbdcfe78f0cd0fe78cc20aab60d8d (diff)
downloadaur-r-isobar.tar.gz
[lilac] updated to 1.48.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49d212ad9cce..7cb42ef5af99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=isobar
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Analysis and quantitation of isobarically tagged MSMS proteomics data'
arch=('any')
@@ -32,7 +32,7 @@ optdepends=(
r-xml
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0bd792675a1735096f0aab872c813266a683734325ceba5fc9ccbd6ee1bf9a63')
+sha256sums=('c70547e79b09b5fe6f7728e0082d5d8c0fd85fe4b292b7b03a1d593b7051638d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"