summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-12 18:02:59 +0000
committerBioArchLinuxBot2024-01-12 18:02:59 +0000
commitce2e4f7e2eead1c69f1281716ae419a1e5498838 (patch)
treeb897bf4e6921835f697a56f7f1e941015567a3fc /PKGBUILD
parent0ebe3a7ad3525b99d5d6550d4482fdddc18ccc68 (diff)
downloadaur-r-ff.tar.gz
[lilac] updated to 4.0.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d00c4209e22a..471863ba2af3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ff
-_pkgver=4.0.9
+_pkgver=4.0.12
pkgname=r-${_pkgname,,}
-pkgver=4.0.9
+pkgver=4.0.12
pkgrel=1
pkgdesc='Memory-Efficient Storage of Large Data on Disk and Fast Access Functions'
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('722053271987a0c9673c3ff9e7968bbab47979d529a2fe6bb1a3179408ee3c4f')
+sha256sums=('08af355a9a10fe29d48d085abc7cf1f975e1a4a670668a4f8d9632d087fb41bf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"