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 c8ab4dcd08ea..38de60032227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-formula
pkgdesc = Extended Model Formulas
pkgver = 1.2.5
- pkgrel = 3
+ pkgrel = 4
url = https://cran.r-project.org/package=Formula
arch = any
- license = GPL
+ license = GPL-2.0-only OR GPL-3.0-only
depends = r
source = https://cran.r-project.org/src/contrib/Formula_1.2-5.tar.gz
md5sums = fa5128b436b67051b231e0a8281f36a4
diff --git a/PKGBUILD b/PKGBUILD
index 8c0fb75451a1..1e0eb432544b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=Formula
_pkgver=1.2-5
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
pkgdesc="Extended Model Formulas"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-only OR GPL-3.0-only')
depends=(
r
)