summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-10 05:10:28 +0000
committerBioArchLinuxBot2024-03-10 05:10:28 +0000
commit8542d31d58622595ca075fd92cf0be1c8c15a7bd (patch)
treeefc3bf2bbba8a85c70459e93da068a75b0d20342 /PKGBUILD
parentfe32332bcb796f123e2ea54aaa08c65f555ce82a (diff)
downloadaur-8542d31d58622595ca075fd92cf0be1c8c15a7bd.tar.gz
[lilac] updated to 6.1.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc6e75554028..3c03396e59f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=fda
-_pkgver=6.1.7
+_pkgver=6.1.8
pkgname=r-${_pkgname,,}
-pkgver=6.1.7
+pkgver=6.1.8
pkgrel=1
pkgdesc='Functional Data Analysis'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-rmarkdown
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3876ec8826e2440df067f19cadf5966b34775da87136bc002dfa87b14bf81102')
+sha256sums=('ef8d858a2879491aa2c441d171ba14462bf27852d16e8420fa49aab83f42c407')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"