summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:39:44 +0000
committerBioArchLinuxBot2024-05-02 02:39:44 +0000
commitf988e2ef41360e921c5a5e7030285db1d4404ae2 (patch)
tree4b1cdf35aafd2d6d38f4300fa6e8016acc0726a3 /PKGBUILD
parentbe7a3ae972232d79dd3d8a729677bb7e5f012705 (diff)
downloadaur-r-assign.tar.gz
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ca2e8eb54b7..b8778f66e829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ASSIGN
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='Adaptive Signature Selection and InteGratioN (ASSIGN)'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fc406467d2628eda174342fc7fca1be9cb7a3f1c5c1c164e20c84695a2fb7995')
+sha256sums=('a2e58a9679b177ca6aa05a52956a798ef8026c064e5b1858968024cf950003ab')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"