summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-10-31 14:34:32 +0000
committerBioArchLinuxBot2024-10-31 14:34:32 +0000
commitc6e375211fde0b909c1abc4612233c92024437da (patch)
tree8e688c094736634cf0e29802f012c5332fc7f296 /PKGBUILD
parent1a39cde28ff7811e1b7218fabf34a8c7a3fb1cc7 (diff)
downloadaur-c6e375211fde0b909c1abc4612233c92024437da.tar.gz
[lilac] updated to 1.66.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 727acfdafb4f..c9361d19ef7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dyebias
-_pkgver=1.64.0
+_pkgver=1.66.0
pkgname=r-${_pkgname,,}
-pkgver=1.64.0
+pkgver=1.66.0
pkgrel=1
pkgdesc='The GASSCO method for correcting for slide-dependent gene-specific dye bias'
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
r-methods
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8dda670fc0ecc73e90560f33d1808d8f09d79ebfe78b46336dcfb833fa34c7cc')
+sha256sums=('941861ad716648496d328e672e8542d4e90fe7b41acfa0566eb16ba8e518f539')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"