mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-naivebayes: auto updated to 1.0.0-1
This commit is contained in:
parent
c674d9f2d1
commit
8accde5976
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=naivebayes
|
||||
_pkgver=0.9.7
|
||||
_pkgver=1.0.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=7
|
||||
pkgrel=1
|
||||
pkgdesc="High Performance Implementation of the Naive Bayes Algorithm"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -16,8 +16,8 @@ optdepends=(
|
|||
r-knitr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('7f3467dcef693166e74c96ecd1b85d46')
|
||||
b2sums=('0ffdf44e64864996ce52a8da30bd891022cf99e2c13465cf2e610eda86e75b43c861bb56bcf3e90a9feba215e1a44306078ebfae1e4cb6d6c79db2b11403ea01')
|
||||
md5sums=('2786829c31702b6e7ded8f7cb74452e8')
|
||||
b2sums=('3ce945133ac551763cbee1690046b47d1602b7ef846eeb0e3efd3bdbe8e41f20ef491ccf56fe5694b43b503d7a55eb5c783a384d75dcfd7ebcb6c2f9853b65b5')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue