summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-24 18:06:19 +0000
committerBioArchLinuxBot2024-01-24 18:06:19 +0000
commit3f6b9fb66ebb1f63111216a1518759d3f3376c4c (patch)
tree0053c5a50c2839593e1292c30689c2e3b2912dd6 /PKGBUILD
parent818d8af0fba097b918fd8668030374b69873d1d2 (diff)
downloadaur-r-backbone.tar.gz
[lilac] updated to 2.1.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90c2a99ae650..5c26fc749c0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=backbone
-_pkgver=2.1.2
+_pkgver=2.1.3
pkgname=r-${_pkgname,,}
-pkgver=2.1.2
+pkgver=2.1.3
pkgrel=1
pkgdesc='Extracts the Backbone from Graphs'
arch=('x86_64')
@@ -20,7 +20,7 @@ optdepends=(
r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b00e4c0d4cf5718873a2bc73475b36663ad36076632002949732502152daa87d')
+sha256sums=('60aa6fe26bc1483c4d2a6f153b876f457a880572e1fb5f17f73b9a12922ee9aa')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"