diff options
author | BioArchLinuxBot | 2024-05-01 23:22:49 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-01 23:22:49 +0000 |
commit | c836000fbe92465f283dd6320188b1b9e4b3ceef (patch) | |
tree | dde23777a59e6ab8030b3ebe9a7e30372682785f | |
parent | edcd8cbc9af2149b3991fb14ca35b2e08b2ba03d (diff) | |
download | aur-c836000fbe92465f283dd6320188b1b9e4b3ceef.tar.gz |
[lilac] updated to 1.10.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-biodbuniprot pkgdesc = biodbUniprot, a library for connecting to the Uniprot Database - pkgver = 1.8.0 + pkgver = 1.10.0 pkgrel = 1 url = https://bioconductor.org/packages/biodbUniprot arch = any @@ -16,7 +16,7 @@ pkgbase = r-biodbuniprot optdepends = r-rmarkdown optdepends = r-roxygen2 optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/biodbUniprot_1.8.0.tar.gz - sha256sums = e10d901ee93fed805d225c5f5b1cce4eb6644a4bfd17cd3bb7fc42a1870658a6 + source = https://bioconductor.org/packages/release/bioc/src/contrib/biodbUniprot_1.10.0.tar.gz + sha256sums = cf1b6868e6c09242da412c29ec534bac8cc7a117c0fcc7753c4d603593379bcb pkgname = r-biodbuniprot @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=biodbUniprot -_pkgver=1.8.0 +_pkgver=1.10.0 pkgname=r-${_pkgname,,} -pkgver=1.8.0 +pkgver=1.10.0 pkgrel=1 pkgdesc='biodbUniprot, a library for connecting to the Uniprot Database' arch=('any') @@ -25,7 +25,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('e10d901ee93fed805d225c5f5b1cce4eb6644a4bfd17cd3bb7fc42a1870658a6') +sha256sums=('cf1b6868e6c09242da412c29ec534bac8cc7a117c0fcc7753c4d603593379bcb') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |