mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-duckdb: fix systemrequirements
This commit is contained in:
parent
7d49e5e537
commit
c314f486c1
2 changed files with 8 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
|
||||
_pkgname=duckdb
|
||||
_pkgver=1.1.3
|
||||
_pkgver=1.1.3-1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="DBI Package for the DuckDB Database Management System"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -36,8 +36,8 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('cbac6520e0e3a2f5be09bd4a6faf9590')
|
||||
b2sums=('c77ac8c37cfccb01e236349d8c20f055d2a849cc9d9fa2d25378c006436a64be19eec4a570cc1e82fd8d118a179690444229fde827f169fd55a58fa67ffd6183')
|
||||
md5sums=('d2d98a3a28cf168fd12e61f1e918a620')
|
||||
b2sums=('03e59a0166d4ed150c72efe7aac95504f5897ab2576f693568a6b9929404eba7c005fa7fcccc1ba7523376cf103651a0b157c52ac7262f896e0e38bdaa22aac4')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -7,7 +7,10 @@ sys.path.append(os.path.normpath(f'{__file__}/../../../lilac-extensions'))
|
|||
from lilac_r_utils import r_pre_build
|
||||
|
||||
def pre_build():
|
||||
r_pre_build(_G)
|
||||
r_pre_build(
|
||||
_G,
|
||||
expect_systemrequirements = "xz (for building from source)",
|
||||
)
|
||||
|
||||
def post_build():
|
||||
git_pkgbuild_commit()
|
||||
|
|
Loading…
Add table
Reference in a new issue