mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-xml2: fix depends
This commit is contained in:
parent
3c5731ccf0
commit
17a388f682
2 changed files with 9 additions and 7 deletions
|
@ -5,20 +5,20 @@
|
||||||
# Contributor: Alex Branham <branham@utexas.edu>
|
# Contributor: Alex Branham <branham@utexas.edu>
|
||||||
|
|
||||||
_pkgname=xml2
|
_pkgname=xml2
|
||||||
_pkgver=1.3.5
|
_pkgver=1.3.6
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="Parse XML"
|
pkgdesc="Parse XML"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
license=(MIT)
|
license=(MIT)
|
||||||
depends=(
|
depends=(
|
||||||
libxml2
|
libxml2
|
||||||
r
|
r-cli
|
||||||
|
r-rlang
|
||||||
)
|
)
|
||||||
checkdepends=(
|
checkdepends=(
|
||||||
r-mockery
|
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
|
@ -32,8 +32,8 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('20780f576451bb22e74ba6bb3aa09435')
|
md5sums=('fc6679028dca1f3047c8c745fb724524')
|
||||||
sha256sums=('3d6a10a7ab76e0cc024b73d3fb8af65a662efe0e707681d9ffc2b3ff1f09e282')
|
sha256sums=('e81991ff99bff3616dde8683c1327194e3ea64fa3b8062f52d8ce32673dd308f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
|
@ -2,8 +2,10 @@ build_prefix: extra-x86_64
|
||||||
maintainers:
|
maintainers:
|
||||||
- github: pekkarr
|
- github: pekkarr
|
||||||
email: pekkarr@protonmail.com
|
email: pekkarr@protonmail.com
|
||||||
|
repo_depends:
|
||||||
|
- r-cli
|
||||||
|
- r-rlang
|
||||||
repo_makedepends:
|
repo_makedepends:
|
||||||
- r-mockery
|
|
||||||
- r-testthat
|
- r-testthat
|
||||||
update_on:
|
update_on:
|
||||||
- source: rpkgs
|
- source: rpkgs
|
||||||
|
|
Loading…
Add table
Reference in a new issue