summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-06-24 12:20:20 +0300
committerViktor Drobot2020-06-24 12:20:20 +0300
commitdc2c2fa97b80937773f94938850ede5f4c1c0115 (patch)
tree8934e899e4316fdedeb8c1e5df891b0cfe29acae
parentbb289d748d620412c79091b64d3aa8bc93dee2e2 (diff)
downloadaur-dc2c2fa97b80937773f94938850ede5f4c1c0115.tar.gz
Update 0.14
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4183438ff19..f83222805e7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-dt
pkgdesc = A Wrapper of the JavaScript Library 'DataTables'
- pkgver = 0.13
+ pkgver = 0.14
pkgrel = 1
url = https://cran.r-project.org/package=DT
arch = any
@@ -15,8 +15,9 @@ pkgbase = r-dt
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-shiny
- source = https://cran.r-project.org/src/contrib/DT_0.13.tar.gz
- md5sums = 557ab21201b9380080fa48079ccadeeb
+ optdepends = r-testit
+ source = https://cran.r-project.org/src/contrib/DT_0.14.tar.gz
+ md5sums = f01cd553a1052ae2d9d21ec462ae9ad0
pkgname = r-dt
diff --git a/PKGBUILD b/PKGBUILD
index fe80834d692d..56a525812618 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=DT
-_cranver=0.13
+_cranver=0.14
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -10,9 +10,9 @@ arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL3)
depends=(r 'r-htmltools>=0.3.6' 'r-htmlwidgets>=1.3' 'r-jsonlite>=0.9.16' r-magrittr r-crosstalk r-promises)
-optdepends=(r-knitr r-rmarkdown r-shiny)
+optdepends=(r-knitr r-rmarkdown r-shiny r-testit)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('557ab21201b9380080fa48079ccadeeb')
+md5sums=('f01cd553a1052ae2d9d21ec462ae9ad0')
build() {
cd "${srcdir}"