summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-23 12:03:29 +0000
committerBioArchLinuxBot2024-04-23 12:03:29 +0000
commit7d79976edc2310e0e938bf7e5a6397e5fd7a44bb (patch)
tree8f2e6c59905dc68a72f9ec10d3d6e88f6f716ffa
parentb1e3256f6f349e3523e0cf86f93f24e4f2bc9cb5 (diff)
downloadaur-7d79976edc2310e0e938bf7e5a6397e5fd7a44bb.tar.gz
[lilac] updated to 3.5.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6e6097cc87..7c4611e0abbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ggplot2
pkgdesc = Create Elegant Data Visualisations Using the Grammar of Graphics
- pkgver = 3.5.0
+ pkgver = 3.5.1
pkgrel = 1
url = https://cran.r-project.org/package=ggplot2
arch = any
@@ -44,8 +44,8 @@ pkgbase = r-ggplot2
optdepends = r-testthat
optdepends = r-vdiffr
optdepends = r-xml2
- source = https://cran.r-project.org/src/contrib/ggplot2_3.5.0.tar.gz
- md5sums = 81c1b4d3661e2b7d2420f1b01235ed60
- b2sums = 44e1e46bd3327e953f77431a0a625b06ba7f0ac772f96104935a0978df5115661309e07a12d2439940d8ada429cd06a9d8f5ed6a9119fdd8fd7f83d04d7836de
+ source = https://cran.r-project.org/src/contrib/ggplot2_3.5.1.tar.gz
+ md5sums = f2add92370293ac6078f1963427d6ab2
+ b2sums = 6082e08ffed5d945d444890c5ef6084ed477a4e7db70c23a02ff0664571a7ca8d1c74c06c77a3aff5ff6913505ab5a6cf116f310ab78d7c3d63583c948587b78
pkgname = r-ggplot2
diff --git a/PKGBUILD b/PKGBUILD
index ef19a99eace8..11d5b8e983f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Nick B <Shirakawasuna at gmail _dot_com>
_pkgname=ggplot2
-_pkgver=3.5.0
+_pkgver=3.5.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
@@ -61,8 +61,8 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('81c1b4d3661e2b7d2420f1b01235ed60')
-b2sums=('44e1e46bd3327e953f77431a0a625b06ba7f0ac772f96104935a0978df5115661309e07a12d2439940d8ada429cd06a9d8f5ed6a9119fdd8fd7f83d04d7836de')
+md5sums=('f2add92370293ac6078f1963427d6ab2')
+b2sums=('6082e08ffed5d945d444890c5ef6084ed477a4e7db70c23a02ff0664571a7ca8d1c74c06c77a3aff5ff6913505ab5a6cf116f310ab78d7c3d63583c948587b78')
build() {
mkdir build