diff --git a/BioArchLinux/r-naivebayes/PKGBUILD b/BioArchLinux/r-naivebayes/PKGBUILD index 2d1e0cf44d..f62ef68738 100644 --- a/BioArchLinux/r-naivebayes/PKGBUILD +++ b/BioArchLinux/r-naivebayes/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=naivebayes _pkgver=1.0.0 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} -pkgrel=1 +pkgrel=2 pkgdesc="High Performance Implementation of the Naive Bayes Algorithm" arch=(any) url="https://cran.r-project.org/package=$_pkgname"