mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gypsum: fix depends
This commit is contained in:
parent
57e2f24a3a
commit
1bb767b254
2 changed files with 4 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
|
||||
_pkgname=gypsum
|
||||
_pkgver=1.0.0
|
||||
_pkgver=1.0.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="Interface to the gypsum REST API"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -13,7 +13,6 @@ depends=(
|
|||
r-filelock
|
||||
r-httr2
|
||||
r-jsonlite
|
||||
r-paws.storage
|
||||
)
|
||||
checkdepends=(
|
||||
r-dbi
|
||||
|
@ -33,8 +32,8 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('7d2d34d2d340c8fd9169e7cb1033992a')
|
||||
b2sums=('3203b6704baebc3fd38c52461c4fa35ae4e43485b946f0e29bc5fb3532fe28cd865be929d65d54353833c334e3412e76e6180904016115b4602bd8695c1f75b4')
|
||||
md5sums=('294111f32161ff92e4a0904b897f421b')
|
||||
b2sums=('21d34d22d74340c615ebba0a6f45b67c6f0bbb414fa1be68f679d45e9697ab89e24297d42d39b1eae7a2e9e918e698541c3b009a19359bb3f25da2d158fe5a7b')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -6,7 +6,6 @@ repo_depends:
|
|||
- r-filelock
|
||||
- r-httr2
|
||||
- r-jsonlite
|
||||
- r-paws.storage
|
||||
repo_makedepends:
|
||||
- r-dbi
|
||||
- r-jsonvalidate
|
||||
|
|
Loading…
Add table
Reference in a new issue