summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-18 00:02:56 +0000
committerBioArchLinuxBot2023-01-18 00:02:56 +0000
commit37c943fc0dc87f16db9a7136469a9bf1aea51ec7 (patch)
treeaab258c3e02e573a7e5927f60290aa2f5751e684 /PKGBUILD
parentb12fd7d164d4d12d84c3201e3fe2406eb5dc310c (diff)
downloadaur-37c943fc0dc87f16db9a7136469a9bf1aea51ec7.tar.gz
[lilac] updated to 0.27-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52efb60290de..7bc87b212a85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=DT
-_pkgver=0.26
+_pkgver=0.27
pkgname=r-${_pkgname,,}
-pkgver=0.26
-pkgrel=3
+pkgver=0.27
+pkgrel=1
pkgdesc="A Wrapper of the JavaScript Library 'DataTables'"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -30,7 +30,7 @@ optdepends=(
r-testit
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c412932be126d44f415559258e1d65adc0e84c3dfb9a70ce3196a2f877f7030c')
+sha256sums=('e32fdccd2be430933cff88a9ce79045bfdbe3e08e0cd8d15037445808613289a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"