summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6222cc354458..de21609192ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=DT
-_cranver=0.7
+_cranver=0.8
pkgname=r-dt
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('r' 'r-htmltools' 'r-htmlwidgets' 'r-magrittr' 'r-crosstalk' 'r-promises')
optdepends=('r-knitr' 'r-rmarkdown' 'r-shiny' 'r-jsonlite')
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('100850037454244675e9600b9dcdbfc8')
+md5sums=('9a3ed9de89d021df6f148b22f3057fe3')
build(){
cd "${srcdir}"