mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dbi: fix optdepends
This commit is contained in:
parent
28e56cca94
commit
52f7f43ac4
1 changed files with 7 additions and 4 deletions
|
@ -3,12 +3,13 @@
|
|||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||
# Contributor: Matt Frichtl <frichtlm@gmail.com>
|
||||
# Contributor: Alex Branham <branham@utexas.edu>
|
||||
# Contributor: Lydgate <archlinux@vo.racio.us>
|
||||
|
||||
_pkgname=DBI
|
||||
_pkgver=1.1.3
|
||||
_pkgver=1.2.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=7
|
||||
pkgrel=0
|
||||
pkgdesc="R Database Interface"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -30,16 +31,18 @@ optdepends=(
|
|||
r-hms
|
||||
r-knitr
|
||||
r-magrittr
|
||||
r-nanoarrow
|
||||
r-rmariadb
|
||||
r-rmarkdown
|
||||
r-rprojroot
|
||||
r-rsqlite
|
||||
r-testthat
|
||||
r-vctrs
|
||||
r-xml2
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('39053945cef7f76c45c8bc6f5733033f')
|
||||
b2sums=('b913bbe054c6db88eff15b8d8c2a338dec5a69c6a9ce6a407749186bdf22f344a9632da891e62bde188c5ef0f9ac37bbe20ca1727e10752f512f96694cbfe17a')
|
||||
md5sums=('9ae1dc1cf5b28cb52836617fbb233674')
|
||||
b2sums=('3485bdaed29f308fa798d6af5a8c8836f37a2218bc9bf810002bcdb31abaf68865605363fad4226bbb886375c177f3e81e23fe9b263137b041721399435f403b')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue