summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 20:17:52 +0000
committerBioArchLinuxBot2024-04-24 20:17:52 +0000
commita6a8dec0537c2920821b60287d4e5deab67c86b7 (patch)
tree2c7538277904c8edad49b234c062452b0978a21d
parent8dfda84e94f04918877c638363b342ee6828e929 (diff)
downloadaur-r-logging.tar.gz
[lilac] updated to 0.10.108-10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1547f6f0f0e8..2c5e4085c654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-logging
pkgdesc = R Logging Package
pkgver = 0.10.108
- pkgrel = 9
+ pkgrel = 10
url = https://cran.r-project.org/package=logging
arch = any
- license = GPL3
+ license = GPL-3.0-only
depends = r
optdepends = r-crayon
optdepends = r-testthat
diff --git a/PKGBUILD b/PKGBUILD
index 97404ac5b884..f2c05a317694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=logging
_pkgver=0.10-108
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=9
+pkgrel=10
pkgdesc="R Logging Package"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
r
)