diff options
author | BioArchLinuxBot | 2024-10-31 16:59:04 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-10-31 16:59:04 +0000 |
commit | 6f8616c5404e4788af02e41c6e09f6b3820865a5 (patch) | |
tree | 79303e85e02f61e62ca09c31b5f3a21a005b2b38 | |
parent | 667fbe3476ffd339589fdf6a17e1cd1800b08208 (diff) | |
download | aur-r-annotationfilter.tar.gz |
[lilac] updated to 1.30.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-annotationfilter pkgdesc = Facilities for Filtering Bioconductor Annotation Resources - pkgver = 1.28.0 + pkgver = 1.30.0 pkgrel = 1 url = https://bioconductor.org/packages/AnnotationFilter arch = any @@ -14,7 +14,7 @@ pkgbase = r-annotationfilter optdepends = r-rmarkdown optdepends = r-rsqlite optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/AnnotationFilter_1.28.0.tar.gz - sha256sums = 805c593c97cc38a1f52b429fd0c903fffd5cd98f7e40f9e4c23535427541b5e9 + source = https://bioconductor.org/packages/release/bioc/src/contrib/AnnotationFilter_1.30.0.tar.gz + sha256sums = b6b8c84c44a1e1d4f72508606faf3e8e966ee0d5076a91d9cab1a4de3a73eea8 pkgname = r-annotationfilter @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=AnnotationFilter -_pkgver=1.28.0 +_pkgver=1.30.0 pkgname=r-${_pkgname,,} -pkgver=1.28.0 +pkgver=1.30.0 pkgrel=1 pkgdesc='Facilities for Filtering Bioconductor Annotation Resources' arch=('any') @@ -23,7 +23,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('805c593c97cc38a1f52b429fd0c903fffd5cd98f7e40f9e4c23535427541b5e9') +sha256sums=('b6b8c84c44a1e1d4f72508606faf3e8e966ee0d5076a91d9cab1a4de3a73eea8') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |