summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2022-05-07 14:16:37 +0300
committerPekka Ristola2022-05-07 14:16:37 +0300
commitcaebff4801c5b3c9e3b93a127f5f502db2b6420c (patch)
treec56ecd05e52fd1593cbbfe487c17dd39949930dd
parenta1f6fa8ba9bd92b75aa6229dd689ec427720aff8 (diff)
downloadaur-caebff4801c5b3c9e3b93a127f5f502db2b6420c.tar.gz
Update to 3.3.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baa53886e09f..85d6034eb7cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-ggplot2
pkgdesc = Create Elegant Data Visualisations Using the Grammar of Graphics
- pkgver = 3.3.5
- pkgrel = 3
+ pkgver = 3.3.6
+ pkgrel = 1
url = https://cran.r-project.org/package=ggplot2
arch = any
license = MIT
@@ -45,9 +45,9 @@ pkgbase = r-ggplot2
optdepends = r-testthat
optdepends = r-vdiffr
optdepends = r-xml2
- source = https://cran.r-project.org/src/contrib/ggplot2_3.3.5.tar.gz
+ source = https://cran.r-project.org/src/contrib/ggplot2_3.3.6.tar.gz
source = CRAN-MIT-TEMPLATE::https://cran.r-project.org/web/licenses/MIT
- sha256sums = b075294faf3af31b18e415f260c62d6000b218770e430484fe38819bdc3224ea
+ sha256sums = bfcb4eb92a0fcd3fab713aca4bb25e916e05914f2540271a45522ad7e43943a9
sha256sums = e76e4aad5d3d9d606db6f8c460311b6424ebadfce13f5322e9bae9d49cc6090b
pkgname = r-ggplot2
diff --git a/PKGBUILD b/PKGBUILD
index f39fe9d0259f..80523d4cadd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: wagnerflo <florian@wagner-flo.net>
_cranname=ggplot2
-_cranver=3.3.5
+_cranver=3.3.6
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
-pkgrel=3
+pkgrel=1
pkgdesc="Create Elegant Data Visualisations Using the Grammar of Graphics"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
@@ -60,7 +60,7 @@ optdepends=(
)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz"
"CRAN-MIT-TEMPLATE::https://cran.r-project.org/web/licenses/MIT")
-sha256sums=('b075294faf3af31b18e415f260c62d6000b218770e430484fe38819bdc3224ea'
+sha256sums=('bfcb4eb92a0fcd3fab713aca4bb25e916e05914f2540271a45522ad7e43943a9'
'e76e4aad5d3d9d606db6f8c460311b6424ebadfce13f5322e9bae9d49cc6090b')
build() {