summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-10 00:02:17 +0000
committerBioArchLinuxBot2022-08-10 00:02:17 +0000
commitd209c5d382fe29197dab93a3d91e855a1ae7e2fa (patch)
treef25ccd175633911c564cd1bdb84dc74cead3da00 /PKGBUILD
parent0c096edb19c5a1434955526c5819925e7627e9f3 (diff)
downloadaur-d209c5d382fe29197dab93a3d91e855a1ae7e2fa.tar.gz
[lilac] updated to 0.24-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59c0d57599d5..98ec8961f12c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DT
-_pkgver=0.23
+_pkgver=0.24
pkgname=r-${_pkgname,,}
-pkgver=0.23
+pkgver=0.24
pkgrel=1
pkgdesc="A Wrapper of the JavaScript Library 'DataTables'"
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testit
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('360ae2fcb1141125a1b16448570fc37d14c4dd3f78a872c26df4fda1787cdc70')
+sha256sums=('0cd74c94849f577489cd2b5fbe44ca8946d29ecafe7e7a0b437e4c984dea6763')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"