mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-backbone: auto updated to 2.1.4-1
This commit is contained in:
parent
4261a38f1a
commit
de38df032a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=backbone
|
||||
_pkgver=2.1.3
|
||||
_pkgver=2.1.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.1.3
|
||||
pkgrel=2
|
||||
pkgver=2.1.4
|
||||
pkgrel=1
|
||||
pkgdesc='Extracts the Backbone from Graphs'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -20,7 +20,7 @@ optdepends=(
|
|||
r-tinytest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('60aa6fe26bc1483c4d2a6f153b876f457a880572e1fb5f17f73b9a12922ee9aa')
|
||||
sha256sums=('94ee771fe09aa0844924cc56bd3c77bdc8c37440cd14fa998505c5efd8486415')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue