summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Greener2022-06-02 11:07:49 +0100
committerRobert Greener2022-06-02 11:07:49 +0100
commit44a1cd84457b7a6fd6a572b0fd2ef5d9c0e5397f (patch)
tree9b22f2633034a06cb7cb948556f4c153a415d49f /PKGBUILD
parente6b0451512183365757794abf94e70603bcb701a (diff)
downloadaur-44a1cd84457b7a6fd6a572b0fd2ef5d9c0e5397f.tar.gz
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7246c8b699af..f2400ea91536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _cranname=slam
_cranver=0.1-50
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Data structures and algorithms for sparse arrays and matrices, based on index arrays and simple triplet representations, respectively"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
-license=(GPL2 GPL3)
+license=(GPL2)
depends=('r>=3.4.0')
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha512sums=("159d9de537c7392abbcbff4c0b6187e77de98c20a1d4a91d6afe6985f911814f94ddfddcecae2b7b6f0546fcf0a543a6e15652bb6a15c836803b1ce3d8cc3e9e")