summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-06 00:02:03 +0000
committerBioArchLinuxBot2022-08-06 00:02:03 +0000
commitddce242337a4e350ed09bc80ade54565b7275768 (patch)
tree89932d10fb19142bc17d9656070c72e12a2deb22 /PKGBUILD
parent6399ccaea467249758600e46c48443c90be3dbdf (diff)
downloadaur-ddce242337a4e350ed09bc80ade54565b7275768.tar.gz
[lilac] updated to 0.3.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7f31390c0bf..fead9ed5ac42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=proxyC
-_pkgver=0.2.4
+_pkgver=0.3.0
pkgname=r-${_pkgname,,}
-pkgver=0.2.4
-pkgrel=4
+pkgver=0.3.0
+pkgrel=1
pkgdesc='Computes Proximity in Large Sparse Matrices'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a63975fc77df91e0c4db6d3bceac26eeca015f767f3ecd4f9592859eb9ae91d5')
+sha256sums=('cd819a67c72967aefb319c7a9d4d942fbb905f6aff4a2539638b8d450c937958')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"