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//-/.}
|
||||
pkgrel=2
|
||||
pkgdesc="Bayesian Random-Effects Meta-Analysis and Meta-Regression"
|
||||
arch=('x86_64')
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-2.0-or-later')
|
||||
depends=(
|
||||
|
|
Loading…
Add table
Reference in a new issue