summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-09-05 12:01:53 +0000
committerBioArchLinuxBot2022-09-05 12:01:53 +0000
commitbc314a16c8c217557eb9da589483fd5560ad8fa6 (patch)
treed1ccff077d938232c40d395dfc8285ef1ff3821b /PKGBUILD
parentd986d8cae883aa74cd89a22e7943e2e895d24b16 (diff)
downloadaur-bc314a16c8c217557eb9da589483fd5560ad8fa6.tar.gz
[lilac] updated to 0.3.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c0531983373..c867dd456155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=proxyC
-_pkgver=0.3.1
+_pkgver=0.3.2
pkgname=r-${_pkgname,,}
-pkgver=0.3.1
+pkgver=0.3.2
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=('325ef827c4425c2846a60d43ae4392d1ad2057ffea6378fa5ec7531b5d6bb49f')
+sha256sums=('6b56949a85cc6f99f1dba43b138a71d6271da8670356635f56070afeb335d4d9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"