summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 21:09:13 +0000
committerBioArchLinuxBot2024-04-24 21:09:13 +0000
commitdaa77da1d516de11cf0fec8874689de747ade4e8 (patch)
tree273678535520511413d47aa6ae47cf15b5c64970 /PKGBUILD
parent75b81d3fa4803ec5bd7f79defed1eb916bc1e572 (diff)
downloadaur-daa77da1d516de11cf0fec8874689de747ade4e8.tar.gz
[lilac] updated to 1.0.6-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0fe28d6054f..b5beb2ed452a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=matrixcalc
_pkgver=1.0-6
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
pkgdesc="Collection of Functions for Matrix Calculations"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-or-later')
depends=(
r
)