diff options
author | BioArchLinuxBot | 2023-04-27 07:03:41 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 07:03:41 +0000 |
commit | ff247b62b424e40f8b14dcb1ba3dbedb5148902f (patch) | |
tree | be358c6dc55b369333b1d841b6c938fb8ec55bb9 | |
parent | 0b1f6e9cc1e8ba801df5d1795c3e2652b5067d9a (diff) | |
download | aur-ff247b62b424e40f8b14dcb1ba3dbedb5148902f.tar.gz |
[lilac] updated to 1.6.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-biodbkegg pkgdesc = biodbKegg, a library for connecting to the KEGG Database - pkgver = 1.4.0 + pkgver = 1.6.0 pkgrel = 1 url = https://bioconductor.org/packages/biodbKegg arch = any @@ -19,7 +19,7 @@ pkgbase = r-biodbkegg optdepends = r-rmarkdown optdepends = r-roxygen2 optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/biodbKegg_1.4.0.tar.gz - sha256sums = 89dc8788aef2fe971a7dee1bd54194aec60f9765ba0732796257870f7d974780 + source = https://bioconductor.org/packages/release/bioc/src/contrib/biodbKegg_1.6.0.tar.gz + sha256sums = d955de3151556dc62a5ffcb4f1a448ce38ee30f272161a9d29551b623388f30c pkgname = r-biodbkegg @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=biodbKegg -_pkgver=1.4.0 +_pkgver=1.6.0 pkgname=r-${_pkgname,,} -pkgver=1.4.0 +pkgver=1.6.0 pkgrel=1 pkgdesc='biodbKegg, a library for connecting to the KEGG Database' arch=('any') @@ -28,7 +28,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('89dc8788aef2fe971a7dee1bd54194aec60f9765ba0732796257870f7d974780') +sha256sums=('d955de3151556dc62a5ffcb4f1a448ce38ee30f272161a9d29551b623388f30c') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |