diff options
author | BioArchLinuxBot | 2023-04-27 16:02:29 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 16:02:29 +0000 |
commit | c62cc55f0e7b5b702ae1984b4648f8d3a73c2b5a (patch) | |
tree | 0093a26020fed5880619e1d5362fa609f2c2a2ec /PKGBUILD | |
parent | c1fc51500e7c4a88bc31323bec83371e1981cee9 (diff) | |
download | aur-c62cc55f0e7b5b702ae1984b4648f8d3a73c2b5a.tar.gz |
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=SpectralTAD -_pkgver=1.14.1 +_pkgver=1.16.0 pkgname=r-${_pkgname,,} -pkgver=1.14.1 +pkgver=1.16.0 pkgrel=1 pkgdesc='SpectralTAD: Hierarchical TAD detection using spectral clustering' arch=('any') @@ -29,7 +29,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('f997f1b450e68e758499ad0d12b2bad1396510350408b48d849d2551fc02b4c6') +sha256sums=('a5d533b82fb579db00f9fd7a5c998df910784ed80d81444174ba215856e2e69c') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |