diff options
author | BioArchLinuxBot | 2023-06-23 18:06:53 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-06-23 18:06:53 +0000 |
commit | 561e1209d8a430fb094f47eb2c19c96d8bb20c09 (patch) | |
tree | ca2ff79efc75334e8d8e6228c924e1fd8aa6b4de | |
parent | ce331552f89ffd6c4e6e4af3938cde09e87e1dea (diff) | |
download | aur-561e1209d8a430fb094f47eb2c19c96d8bb20c09.tar.gz |
[lilac] updated to 1.8.4-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = r-methylscaper pkgdesc = Visualization of Methylation Data - pkgver = 1.8.3 + pkgver = 1.8.4 pkgrel = 1 url = https://bioconductor.org/packages/methylscaper arch = any @@ -20,8 +20,8 @@ pkgbase = r-methylscaper optdepends = r-knitr optdepends = r-r.utils optdepends = r-rmarkdown - source = https://bioconductor.org/packages/release/bioc/src/contrib/methylscaper_1.8.3.tar.gz - md5sums = d60bd7f7fae645fd76f981abfde99c50 - sha256sums = d32dfafcc4ff4f12de9665ab9d16d28d45e7cb8f105403dd8ccb5315e5ece74d + source = https://bioconductor.org/packages/release/bioc/src/contrib/methylscaper_1.8.4.tar.gz + md5sums = c2bae24f7f0fd7284a2faf5f6fea4f09 + sha256sums = f9782ec9f9839dc5e3c5521ac6b7429f0a4c4a17fa50da3cbc979a2e6c19dbd8 pkgname = r-methylscaper @@ -2,7 +2,7 @@ # Contributor: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=methylscaper -_pkgver=1.8.3 +_pkgver=1.8.4 pkgname=r-${_pkgname,,} pkgver=${_pkgver//[:-]/.} pkgrel=1 @@ -30,8 +30,8 @@ optdepends=( r-rmarkdown ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -md5sums=('d60bd7f7fae645fd76f981abfde99c50') -sha256sums=('d32dfafcc4ff4f12de9665ab9d16d28d45e7cb8f105403dd8ccb5315e5ece74d') +md5sums=('c2bae24f7f0fd7284a2faf5f6fea4f09') +sha256sums=('f9782ec9f9839dc5e3c5521ac6b7429f0a4c4a17fa50da3cbc979a2e6c19dbd8') build() { mkdir -p build |