diff options
author | BioArchLinuxBot | 2025-04-16 20:27:04 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-16 20:27:04 +0000 |
commit | a6602b7715d24741ae0abe85469a4cf13a33aba0 (patch) | |
tree | 9b7073ee0a0d045475cb29a67e74fe75c8be5eba | |
parent | 5969110524ba113e2e09931ac47135bbfa3dd52b (diff) | |
download | aur-r-biocartaimage.tar.gz |
[lilac] updated to 1.6.0-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = r-biocartaimage pkgdesc = BioCarta Pathway Images - pkgver = 1.4.0 + pkgver = 1.6.0 pkgrel = 1 url = https://bioconductor.org/packages/BioCartaImage arch = any @@ -11,8 +11,8 @@ pkgbase = r-biocartaimage optdepends = r-knitr optdepends = r-ragg optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/BioCartaImage_1.4.0.tar.gz - md5sums = 6aad111e37fc2ff3af5ef2c8847bef6d - b2sums = a1c88e150e3920774f78ebed58fd07e7152d1e20c51d017c93155f9e439f799bd9019e6920fb3e7c4fe6c24496e0c08d40434075f4284c547fd1a96b57e2a619 + source = https://bioconductor.org/packages/release/bioc/src/contrib/BioCartaImage_1.6.0.tar.gz + md5sums = 4f26abfd0edf32cd79345d0652e58cdf + b2sums = 8e789e838876cfce9962cd58e375110f196ed2b5620150d4a055c1139ba12c49bba843d680b2cd12a02c9a3f97de9a31e6a0b77d1546abb2fc3162420c45c126 pkgname = r-biocartaimage @@ -1,7 +1,7 @@ # Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com> _pkgname=BioCartaImage -_pkgver=1.4.0 +_pkgver=1.6.0 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} pkgrel=1 @@ -22,8 +22,8 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -md5sums=('6aad111e37fc2ff3af5ef2c8847bef6d') -b2sums=('a1c88e150e3920774f78ebed58fd07e7152d1e20c51d017c93155f9e439f799bd9019e6920fb3e7c4fe6c24496e0c08d40434075f4284c547fd1a96b57e2a619') +md5sums=('4f26abfd0edf32cd79345d0652e58cdf') +b2sums=('8e789e838876cfce9962cd58e375110f196ed2b5620150d4a055c1139ba12c49bba843d680b2cd12a02c9a3f97de9a31e6a0b77d1546abb2fc3162420c45c126') build() { mkdir build |