mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bayesmeta: trigger new build
This commit is contained in:
parent
939b6cf60f
commit
892b1e5d13
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ _pkgname=bayesmeta
|
||||||
_pkgver=3.4
|
_pkgver=3.4
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Bayesian Random-Effects Meta-Analysis and Meta-Regression"
|
pkgdesc="Bayesian Random-Effects Meta-Analysis and Meta-Regression"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
|
@ -34,4 +34,4 @@ build() {
|
||||||
package() {
|
package() {
|
||||||
install -d "$pkgdir/usr/lib/R/library"
|
install -d "$pkgdir/usr/lib/R/library"
|
||||||
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue