summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:15:21 +0000
committerBioArchLinuxBot2024-04-24 19:15:21 +0000
commit08e8e9b2bd5bb77bd7f6c70b0527c570c20ae1ab (patch)
tree317b92f4912e08df74ec7e6440e7f4555cc2ea29
parent51e6b4a4bd3ea523e9176c9091d1a75b3ba14432 (diff)
downloadaur-08e8e9b2bd5bb77bd7f6c70b0527c570c20ae1ab.tar.gz
[lilac] updated to 0.3.1-13
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a7770c19265..fc58afdc9a12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-ini
pkgdesc = Read and Write '.ini' Files
pkgver = 0.3.1
- pkgrel = 12
+ pkgrel = 13
url = https://cran.r-project.org/package=ini
arch = any
- license = GPL3
+ license = GPL-3.0-only
depends = r
optdepends = r-testthat
source = https://cran.r-project.org/src/contrib/ini_0.3.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 04533f4e76fc..ca901dd6557d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ _pkgname=ini
_pkgver=0.3.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=12
+pkgrel=13
pkgdesc="Read and Write '.ini' Files"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
r
)