mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-jaspbfpack: fix PKGBUILD and lilac.yaml
This commit is contained in:
parent
49cf98cd2d
commit
ec0345929b
2 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
#Maintainer: sukanka <su975853527 AT gmail.com>
|
#Maintainer: sukanka <su975853527 AT gmail.com>
|
||||||
_pkgname=jaspBfpack
|
_pkgname=jaspBfpack
|
||||||
_pkgver=0.19.0
|
_pkgver=0.19.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.19.0
|
pkgver=0.19.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="BFpack Module for JASP"
|
pkgdesc="BFpack Module for JASP"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -11,7 +11,6 @@ license=('GPL')
|
||||||
depends=(r
|
depends=(r
|
||||||
r-bfpack
|
r-bfpack
|
||||||
r-bain
|
r-bain
|
||||||
r-stats
|
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-stringr
|
r-stringr
|
||||||
r-jaspbase
|
r-jaspbase
|
||||||
|
|
|
@ -5,7 +5,6 @@ build_prefix: extra-x86_64
|
||||||
repo_depends:
|
repo_depends:
|
||||||
- r-bfpack
|
- r-bfpack
|
||||||
- r-bain
|
- r-bain
|
||||||
- r-stats
|
|
||||||
- r-ggplot2
|
- r-ggplot2
|
||||||
- r-stringr
|
- r-stringr
|
||||||
- r-jaspbase
|
- r-jaspbase
|
||||||
|
|
Loading…
Add table
Reference in a new issue