summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-08-06 12:25:56 +0300
committerViktor Drobot2020-08-06 12:25:56 +0300
commit0051bee9e7027d4226033c2bda096cdc62cee09b (patch)
tree61b0819d68d625b93d1c42e69e8a38fd324a9cb2
parentdc2c2fa97b80937773f94938850ede5f4c1c0115 (diff)
downloadaur-0051bee9e7027d4226033c2bda096cdc62cee09b.tar.gz
Update 0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f83222805e7d..6083328d2bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-dt
pkgdesc = A Wrapper of the JavaScript Library 'DataTables'
- pkgver = 0.14
+ pkgver = 0.15
pkgrel = 1
url = https://cran.r-project.org/package=DT
arch = any
@@ -16,8 +16,8 @@ pkgbase = r-dt
optdepends = r-rmarkdown
optdepends = r-shiny
optdepends = r-testit
- source = https://cran.r-project.org/src/contrib/DT_0.14.tar.gz
- md5sums = f01cd553a1052ae2d9d21ec462ae9ad0
+ source = https://cran.r-project.org/src/contrib/DT_0.15.tar.gz
+ md5sums = d26564aca6632749da56a5a6eee84673
pkgname = r-dt
diff --git a/PKGBUILD b/PKGBUILD
index 56a525812618..a545ed6b6b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=DT
-_cranver=0.14
+_cranver=0.15
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ 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 r-testit)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('f01cd553a1052ae2d9d21ec462ae9ad0')
+md5sums=('d26564aca6632749da56a5a6eee84673')
build() {
cd "${srcdir}"