summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-23 00:02:13 +0000
committerBioArchLinuxBot2022-08-23 00:02:13 +0000
commitd986d8cae883aa74cd89a22e7943e2e895d24b16 (patch)
tree9bb7d1bff50dbdc35fc6440ca5c729b28d9e239d /PKGBUILD
parentddce242337a4e350ed09bc80ade54565b7275768 (diff)
downloadaur-d986d8cae883aa74cd89a22e7943e2e895d24b16.tar.gz
[lilac] updated to 0.3.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fead9ed5ac42..7c0531983373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=proxyC
-_pkgver=0.3.0
+_pkgver=0.3.1
pkgname=r-${_pkgname,,}
-pkgver=0.3.0
+pkgver=0.3.1
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=('cd819a67c72967aefb319c7a9d4d942fbb905f6aff4a2539638b8d450c937958')
+sha256sums=('325ef827c4425c2846a60d43ae4392d1ad2057ffea6378fa5ec7531b5d6bb49f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"