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 6c4097c34a62..2273e84b9ad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-gsl
pkgdesc = Wrapper for the Gnu Scientific Library
pkgver = 2.1.8
- pkgrel = 4
+ pkgrel = 5
url = https://cran.r-project.org/package=gsl
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
depends = gsl
depends = r
source = https://cran.r-project.org/src/contrib/gsl_2.1-8.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d0256ff34daa..6005919589fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=gsl
_pkgver=2.1-8
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=4
+pkgrel=5
pkgdesc="Wrapper for the Gnu Scientific Library"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
gsl
r