r-idpr: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-03 03:14:15 +00:00
parent 0625be8cc5
commit cbae423052

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=idpr
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgrel=2
pkgver=1.8.0
pkgrel=1
pkgdesc='Profiling and Analyzing Intrinsically Disordered Proteins in R'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('43bc0d17f09729f054a8475e459d80c13085aad2c82a55b21903784e431d87f6')
sha256sums=('6ebda885fceaa53642c76d755bffa12942c8a4fa8730bf5d950b92103cb75719')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"