summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 18:24:44 +0000
committerBioArchLinuxBot2024-04-24 18:24:44 +0000
commitcf26d9fff007e23f73d5dbde87cfc60b1f0717f7 (patch)
tree1afc3419642b321c0998f49fcbe55613893b94f1
parented5382c9c1da13077594c56604f754cf3ace402c (diff)
downloadaur-r-stabledist.tar.gz
[lilac] updated to 0.7.1-10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3598bdf4613a..9799f9e3e954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-stabledist
pkgdesc = Stable Distribution Functions
pkgver = 0.7.1
- pkgrel = 9
+ pkgrel = 10
url = https://cran.r-project.org/package=stabledist
arch = any
- license = GPL
+ license = GPL-2.0-or-later
depends = r
optdepends = r-fbasics
optdepends = r-fmstable
diff --git a/PKGBUILD b/PKGBUILD
index ab3ac4adf534..ab065f270407 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=stabledist
_pkgver=0.7-1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=9
+pkgrel=10
pkgdesc="Stable Distribution Functions"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-or-later')
depends=(
r
)