summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9606c4b88b1c..4ea649de15ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-ellipse
pkgdesc = Functions for Drawing Ellipses and Ellipse-Like Confidence Regions
pkgver = 0.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://cran.r-project.org/package=ellipse
arch = any
- license = GPL
+ license = GPL-2.0-or-later
depends = r
source = https://cran.r-project.org/src/contrib/ellipse_0.5.0.tar.gz
md5sums = ebe98db0904bf2228bdc8c79ac19c665
diff --git a/PKGBUILD b/PKGBUILD
index bed6af120d10..c0a05bfbbe47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=ellipse
_pkgver=0.5.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Functions for Drawing Ellipses and Ellipse-Like Confidence Regions"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-or-later')
depends=(
r
)