summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 13:06:09 +0000
committerBioArchLinuxBot2022-11-26 13:06:09 +0000
commit1706758ca232410d2706a382299cf1de0f0aa1a6 (patch)
tree08620d4ce51c701788c7897bea11e8ec39cb0642
parent54fc08a28fbf06e0d43ff92425255593f4db1b0b (diff)
downloadaur-1706758ca232410d2706a382299cf1de0f0aa1a6.tar.gz
[lilac] updated to 0.16.0-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 360f237016df..aaff5a22ff92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-tiledb
pkgdesc = Universal Storage Engine for Sparse and Dense Multidimensional Arrays
pkgver = 0.16.0
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=tiledb
arch = x86_64
license = MIT
@@ -11,12 +11,10 @@ pkgbase = r-tiledb
optdepends = r-bit64
optdepends = r-curl
optdepends = r-data.table
- optdepends = r-knitr
optdepends = r-matrix
- optdepends = r-minidown
optdepends = r-nycflights13
optdepends = r-palmerpenguins
- optdepends = r-rmarkdown
+ optdepends = r-simplermarkdown
optdepends = r-tibble
optdepends = r-tinytest
source = https://cran.r-project.org/src/contrib/tiledb_0.16.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 36bd556d597f..2d53dbc7955f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=tiledb
_pkgver=0.16.0
pkgname=r-${_pkgname,,}
pkgver=0.16.0
-pkgrel=1
+pkgrel=3
pkgdesc='Universal Storage Engine for Sparse and Dense Multidimensional Arrays'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -19,12 +19,10 @@ optdepends=(
r-bit64
r-curl
r-data.table
- r-knitr
r-matrix
- r-minidown
r-nycflights13
r-palmerpenguins
- r-rmarkdown
+ r-simplermarkdown
r-tibble
r-tinytest
)