mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-backbone: auto updated to 2.1.0-1
This commit is contained in:
parent
8549d0ee2d
commit
a00ac0aecb
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=backbone
|
||||
_pkgver=2.0.3
|
||||
_pkgver=2.1.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.0.3
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Extracts the Backbone from Graphs'
|
||||
arch=('x86_64')
|
||||
|
@ -23,7 +23,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('37e7b0d37d5d68124f997775d06400934c1567a9744c4b0f3570b919c936317f')
|
||||
sha256sums=('197af2f3efa37802592b9d607afd9aab5b108182bc36f672c19b4373de915a99')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue