mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bff: fix build r-bff pkg (#224)
This commit is contained in:
parent
912097a19b
commit
4224c2372a
4 changed files with 5 additions and 4 deletions
|
@ -22,6 +22,7 @@ makedepends=("cmake" 'boost' 'jsoncpp'
|
|||
'git'
|
||||
'patchelf'
|
||||
'ninja'
|
||||
'libfreexl'
|
||||
)
|
||||
depends=('r'
|
||||
'qt6-5compat'
|
||||
|
|
|
@ -5,7 +5,7 @@ pkgver=4.3.0
|
|||
pkgrel=1
|
||||
pkgdesc='Bayes Factor Functions'
|
||||
arch=('any')
|
||||
url="https://www.github.com/rshudde/${_pkgname}"
|
||||
url="https://github.com/rshudde/${_pkgname}"
|
||||
license=('LGPL')
|
||||
depends=(
|
||||
r
|
||||
|
|
|
@ -10,4 +10,4 @@ def pre_build():
|
|||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
||||
update_aur_repo()
|
|
@ -10,7 +10,7 @@ repo_depends:
|
|||
- r-stats
|
||||
- r-rlang
|
||||
update_on:
|
||||
- regex: bff_([\d._-]+).tar.gz
|
||||
- regex: 'Version:\s*([\d._-]+)'
|
||||
source: regex
|
||||
url: https://www.github.com/rshudde/BFF
|
||||
url: https://raw.githubusercontent.com/rshudde/BFF/master/DESCRIPTION
|
||||
- alias: r
|
||||
|
|
Loading…
Add table
Reference in a new issue