summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:35:41 +0000
committerBioArchLinuxBot2022-10-18 12:35:41 +0000
commit49c8fa0065b35e54a26fae732a95ea071a381c18 (patch)
tree2ec6e6dc76fa3cb9cfd8c3d41af633b1425a886f
parent8ea3071a80ccbdd555432ad02ff8609a7caa4805 (diff)
downloadaur-49c8fa0065b35e54a26fae732a95ea071a381c18.tar.gz
[lilac] updated to 0.2.4-6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57a2cd5ffae3..2892c73cbbb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gdtools
pkgdesc = Utilities for Graphical Rendering
pkgver = 0.2.4
- pkgrel = 3
+ pkgrel = 6
url = https://cran.r-project.org/package=gdtools
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b36d260f04b9..42b95eba506c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,14 @@
# system requirements: cairo, freetype2, fontconfig
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: portaloffreedom
_pkgname=gdtools
_pkgver=0.2.4
pkgname=r-${_pkgname,,}
pkgver=0.2.4
-pkgrel=3
+pkgrel=6
pkgdesc='Utilities for Graphical Rendering'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"