summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-09-27 12:04:30 +0000
committerBioArchLinuxBot2023-09-27 12:04:30 +0000
commit302da758661292a64aa08d51ad0df34951e5acad (patch)
treeeaad2b3fa80f9eeca0278f1b44525f4ebd0604e6 /PKGBUILD
parentbc17188e7cf526e31a0b58cad42dfeee78ac573a (diff)
downloadaur-302da758661292a64aa08d51ad0df34951e5acad.tar.gz
[lilac] updated to 1.0.10-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98d77bf69378..394e536c50a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=libcoin
-_pkgver=1.0-9
+_pkgver=1.0-10
pkgname=r-${_pkgname,,}
-pkgver=1.0.9
-pkgrel=7
+pkgver=1.0.10
+pkgrel=1
pkgdesc='Linear Test Statistics for Permutation Inference'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -18,7 +18,7 @@ optdepends=(
r-coin
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2d7dd0b7c6dfc20472430570419ea36a714da7bbafd336da1fb53c5c6463d9eb')
+sha256sums=('3023e0495d0789765bdf04c0ef0990a57b48fefa322c55f20e250d2d70d67eaf')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"