summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 23:59:29 +0000
committerBioArchLinuxBot2024-04-24 23:59:29 +0000
commit4995c754ce90e551dd6e64f24edf190210fd79a7 (patch)
tree14e1861bea817a179ab8a3b9f6be579fcf30bfc9 /PKGBUILD
parent661dd86d8bd0a4fae5ccd3f3fd9343bf5f346c87 (diff)
downloadaur-4995c754ce90e551dd6e64f24edf190210fd79a7.tar.gz
[lilac] updated to 1.0.12-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 688dea119846..d0239e31433c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ _pkgname=Rcpp
_pkgver=1.0.12
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Seamless R and C++ Integration"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL)
+license=('GPL-2.0-or-later')
depends=(
r
)