mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bayesmeta: fix build arch
This commit is contained in:
parent
56367bc74f
commit
c1a68fd016
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc="Bayesian Random-Effects Meta-Analysis and Meta-Regression"
|
pkgdesc="Bayesian Random-Effects Meta-Analysis and Meta-Regression"
|
||||||
arch=('x86_64')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=('GPL-2.0-or-later')
|
license=('GPL-2.0-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
|
|
Loading…
Add table
Reference in a new issue