r-jaspbfpack: fix PKGBUILD and lilac.yaml

This commit is contained in:
sukanka 2025-01-21 22:23:31 +08:00
parent 49cf98cd2d
commit ec0345929b
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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