summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:43:49 +0000
committerBioArchLinuxBot2024-04-24 19:43:49 +0000
commit25132f3bad76142f96c5f0025220226b2c20f72d (patch)
treedac1608a89d48515aae9ac99e943d57795b227fa /PKGBUILD
parent5e25e8a6dc2dbc9e5d4ac8a67bfe4de2283b63d5 (diff)
downloadaur-r-fastmatch.tar.gz
[lilac] updated to 1.1.4-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75b8249ad462..93c9805a0c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=fastmatch
_pkgver=1.1-4
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Fast 'match()' Function"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL2)
+license=('GPL-2.0-only')
depends=(
r
)