summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-17 18:01:58 +0000
committerBioArchLinuxBot2023-01-17 18:01:58 +0000
commitf16cd2888108f2ba81fd72a46d1cc02fcd7d7bdf (patch)
tree0facf48364d963789210a8136b431ad3179cba37
parentbd22e7bbf6027dcc8eac6e7b4510160d17e4ea10 (diff)
downloadaur-f16cd2888108f2ba81fd72a46d1cc02fcd7d7bdf.tar.gz
[lilac] updated to 0.7.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8017bc5e5e34..698db725ae68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-extdist
pkgdesc = Extending the Range of Functions for Probability Distributions
- pkgver = 0.6.4
- pkgrel = 4
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://cran.r-project.org/package=ExtDist
arch = any
license = GPL
@@ -19,7 +19,7 @@ pkgbase = r-extdist
optdepends = r-utils
optdepends = r-vgam
optdepends = r-xtable
- source = https://cran.r-project.org/src/contrib/ExtDist_0.6-4.tar.gz
- sha256sums = e37ebae40d68e630fd3f84bf0bc2fdd23293a7849110e68d3ef3170c554fd800
+ source = https://cran.r-project.org/src/contrib/ExtDist_0.7-1.tar.gz
+ sha256sums = f80079786d01e01d7b1a546653730c6e895dd7330a98b66d7ab1b5f453eb7128
pkgname = r-extdist
diff --git a/PKGBUILD b/PKGBUILD
index abf6c5811956..8f2f5b845c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ExtDist
-_pkgver=0.6-4
+_pkgver=0.7-1
pkgname=r-${_pkgname,,}
-pkgver=0.6.4
-pkgrel=4
+pkgver=0.7.1
+pkgrel=1
pkgdesc='Extending the Range of Functions for Probability Distributions'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -28,7 +28,7 @@ optdepends=(
r-xtable
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e37ebae40d68e630fd3f84bf0bc2fdd23293a7849110e68d3ef3170c554fd800')
+sha256sums=('f80079786d01e01d7b1a546653730c6e895dd7330a98b66d7ab1b5f453eb7128')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"