summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:44:29 +0000
committerBioArchLinuxBot2022-10-18 12:44:29 +0000
commitedd270fa9b2c189c8741e79cfeb542ba98567921 (patch)
tree0169567d4791aa6d669d2d029026ad973bd2b53d
parent878ea3ef4a0fe34fadab10d55807e5b3398ce33a (diff)
downloadaur-edd270fa9b2c189c8741e79cfeb542ba98567921.tar.gz
[lilac] updated to 2.6.5-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd028dfebdab..16e7252da5ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gld
pkgdesc = Estimation and Use of the Generalised (Tukey) Lambda Distribution
pkgver = 2.6.5
- pkgrel = 1
+ pkgrel = 4
url = https://cran.r-project.org/package=gld
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b9fae1ab868e..f526e9c90e26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=gld
_pkgver=2.6.5
pkgname=r-${_pkgname,,}
pkgver=2.6.5
-pkgrel=1
+pkgrel=4
pkgdesc='Estimation and Use of the Generalised (Tukey) Lambda Distribution'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"