summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-06 06:24:13 +0000
committerBioArchLinuxBot2022-10-06 06:24:13 +0000
commitb8db70b970557a4a4974d27d31613d95bc11690c (patch)
tree44a60308e76d9299c036fbbbc2921a5f96381e28 /PKGBUILD
parentbc314a16c8c217557eb9da589483fd5560ad8fa6 (diff)
downloadaur-b8db70b970557a4a4974d27d31613d95bc11690c.tar.gz
[lilac] updated to 0.3.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c867dd456155..47da2afb281c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=proxyC
-_pkgver=0.3.2
+_pkgver=0.3.3
pkgname=r-${_pkgname,,}
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc='Computes Proximity in Large Sparse Matrices'
arch=('x86_64')
@@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6b56949a85cc6f99f1dba43b138a71d6271da8670356635f56070afeb335d4d9')
+sha256sums=('3e25da94633da0b5c6cdac03f5b6d8205d078f60c5a09073e90a1b6f0930e302')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"