summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-10 00:23:41 +0000
committerBioArchLinuxBot2022-10-10 00:23:41 +0000
commit7f4db3dd8aeca353e118e998260a374f58b348d6 (patch)
treef5a9ec6bf83cc0aa7d25d1eca19d9c94ff14cfab /PKGBUILD
parent0f3dc3b9f980311333be56fc142ebc9b62fdf0e7 (diff)
downloadaur-7f4db3dd8aeca353e118e998260a374f58b348d6.tar.gz
[lilac] updated to 2.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7756c7704c2c..4ff2d18159ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ggraph
-_pkgver=2.0.6
+_pkgver=2.1.0
pkgname=r-${_pkgname,,}
-pkgver=2.0.6
+pkgver=2.1.0
pkgrel=1
pkgdesc='An Implementation of Grammar of Graphics for Graphs and Networks'
arch=('x86_64')
@@ -38,7 +38,7 @@ optdepends=(
r-tibble
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7b0ac90d834a3ce5641b4bca159d59d09607ddaab592908361b75cffb648d40a')
+sha256sums=('686fdb22dc4f613273fb755ec42399a208b4d10348eecd1a217afd4612245c1f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"