summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 20:29:57 +0000
committerBioArchLinuxBot2024-05-02 20:29:57 +0000
commit29ffc32df64fd9c3887ba8a6343692538d3b5e90 (patch)
tree966d69ecefab613e8541400694cb502aec1f2c8a /PKGBUILD
parent0e23d02bd7f706a614fa8965ffc827f7d1718e23 (diff)
downloadaur-r-debcam.tar.gz
[lilac] updated to 1.22.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec8335b7f05d..043e0e77c0ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=debCAM
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='Deconvolution by Convex Analysis of Mixtures'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6791c0e29dcd9dfb3c4c831b074bf34ebb4557fcce6343301651d8c869c698eb')
+sha256sums=('f8f19865e44baef7a51b954d9481b1d777426a7d24d16938e6d72500cee66fd1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"