summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd04d523f6f0..602197fdb8bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=gginnards
-_pkgver=0.1.1
+_pkgver=0.1.2
pkgname=r-${_pkgname,,}
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="Explore the Innards of 'ggplot2' Objects"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-sf
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('16aa799376c051b4f6acbd68db29f9bb22a3a5efa6a36691268a8d63954f8f67')
+sha256sums=('5c2d61936fefee5fef00a9a8eb33a470404fa0a134079944ee9bfbb8085c9cfc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"