diff --git a/BioArchLinux/jasp-desktop/PKGBUILD b/BioArchLinux/jasp-desktop/PKGBUILD index cfae69ea95..a1dcd13d58 100644 --- a/BioArchLinux/jasp-desktop/PKGBUILD +++ b/BioArchLinux/jasp-desktop/PKGBUILD @@ -22,6 +22,7 @@ makedepends=("cmake" 'boost' 'jsoncpp' 'git' 'patchelf' 'ninja' + 'libfreexl' ) depends=('r' 'qt6-5compat' diff --git a/BioArchLinux/r-bff/PKGBUILD b/BioArchLinux/r-bff/PKGBUILD index 4bf6f17c98..d815098936 100644 --- a/BioArchLinux/r-bff/PKGBUILD +++ b/BioArchLinux/r-bff/PKGBUILD @@ -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 diff --git a/BioArchLinux/r-bff/lilac.py b/BioArchLinux/r-bff/lilac.py index bd219c037c..88d6ed8749 100644 --- a/BioArchLinux/r-bff/lilac.py +++ b/BioArchLinux/r-bff/lilac.py @@ -10,4 +10,4 @@ def pre_build(): def post_build(): git_pkgbuild_commit() - update_aur_repo() + update_aur_repo() \ No newline at end of file diff --git a/BioArchLinux/r-bff/lilac.yaml b/BioArchLinux/r-bff/lilac.yaml index 6dbbc4f75f..99a5799ad0 100644 --- a/BioArchLinux/r-bff/lilac.yaml +++ b/BioArchLinux/r-bff/lilac.yaml @@ -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