summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 023f656e3481..0da7aa803227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-egg
pkgdesc = Extensions for 'ggplot2': Custom Geom, Custom Themes, Plot Alignment, Labelled Panels, Symmetric Scales, and Fixed Panel Size
pkgver = 0.4.5
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=egg
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index dd6f86834960..88ce08d2bc55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=egg
_pkgver=0.4.5
pkgname=r-${_pkgname,,}
pkgver=0.4.5
-pkgrel=4
+pkgrel=7
pkgdesc="Extensions for 'ggplot2': Custom Geom, Custom Themes, Plot Alignment, Labelled Panels, Symmetric Scales, and Fixed Panel Size"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"