summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Greener2022-06-30 10:39:32 +0100
committerRobert Greener2022-06-30 10:39:32 +0100
commit20243f38df40a72ec7a9b88d63ae10bd751e2957 (patch)
tree1a3acdabe33a54821dc5f59cd4c5687c4342ee35
parent40b83498db2cc78daff0e03ce57c00a9fe53e72a (diff)
downloadaur-20243f38df40a72ec7a9b88d63ae10bd751e2957.tar.gz
Use MRAN and update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd3bd5fb7a34..8f868ecfc571 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = r-gld
pkgdesc = Estimation and Use of the Generalised (Tukey) Lambda Distribution
- pkgver = 2.6.4
+ pkgver = 2.6.5
pkgrel = 1
url = https://cran.r-project.org/package=gld
arch = i686
arch = x86_64
- license = GPL2
- license = GPL3
+ license = GPL
depends = r
depends = r-e1071
depends = r-lmom
- source = https://cran.r-project.org/src/contrib/gld_2.6.4.tar.gz
- sha256sums = 0db6daee1b6e256d64d292c1f6795c505677331dcf2f97e04e264566ded93323
+ source = https://cran.microsoft.com/snapshot/2022-06-30/src/contrib/gld_2.6.5.tar.gz
+ sha256sums = 8294f7c033147aa9b559b152ec9d46d380234527d1ab03adbe46b80d5da68ee9
pkgname = r-gld
diff --git a/PKGBUILD b/PKGBUILD
index e52a1218060d..9451844e59d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
+# Maintainer: Robert Greener <me@r0bert.dev>
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=gld
-_cranver=2.6.4
+_cranver=2.6.5
+_updatedate=2022-06-30
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Estimation and Use of the Generalised (Tukey) Lambda Distribution"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
-license=(GPL2 GPL3)
+license=(GPL)
depends=(r r-e1071 r-lmom)
-source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('0db6daee1b6e256d64d292c1f6795c505677331dcf2f97e04e264566ded93323')
+source=("https://cran.microsoft.com/snapshot/${_updatedate}/src/contrib/${_cranname}_${_cranver}.tar.gz")
+sha256sums=('8294f7c033147aa9b559b152ec9d46d380234527d1ab03adbe46b80d5da68ee9')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"