summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 10:39:08 +0000
committerBioArchLinuxBot2023-04-27 10:39:08 +0000
commit5b77af6f71140c35cef40cfc40b2ca47aa4c3e2c (patch)
tree7131f56ab819f37a4cf4d5bbc1bc3f6fb18bc024 /PKGBUILD
parentdd030d1a14f90c4a6b3ff53649914def99f55bf1 (diff)
downloadaur-5b77af6f71140c35cef40cfc40b2ca47aa4c3e2c.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 905b90678219..7bd36e3904d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=sechm
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
pkgdesc='sechm: Complex Heatmaps from a SummarizedExperiment'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -25,7 +25,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('146c3782ac56261b04b154cdf74c79368eed686be16a9ec13dd407ae27ab8d88')
+sha256sums=('f7dc122d71af24a3a55fd11b7e846ed0f857c362109a97a8df1c91dae11a4ef3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"