r-peptides: auto updated to 2.4.5-1

This commit is contained in:
BioArchLinuxBot 2023-05-10 18:02:17 +00:00
parent 4fca8ba2fc
commit 42280cfc7f

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Peptides
_pkgver=2.4.4
_pkgver=2.4.5
pkgname=r-${_pkgname,,}
pkgver=2.4.4
pkgrel=6
pkgver=2.4.5
pkgrel=1
pkgdesc='Calculate Indices and Theoretical Physicochemical Properties of Protein Sequences'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -17,7 +17,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('fc870bd9184f23e25f9a8d20c24c2f5e32aa1333ceacab6b256765a0345bf7fa')
sha256sums=('c13df9f092b784dfca4abb54867daf0014d3e6f8a2ac482476e22bc3f2eba2d1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"