summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 20:49:32 +0000
committerBioArchLinuxBot2024-04-24 20:49:32 +0000
commit129fb172c06507d44fa0658e71e8bf53f874f839 (patch)
treec6c03cf8ca62633379a2745b870062f6bf47d2eb
parent77462261332d1c713d3abf966c0418888debbb06 (diff)
downloadaur-r-bigassertr.tar.gz
[lilac] updated to 0.1.6-4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b82ac6a55a67..fe1669beb885 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-bigassertr
pkgdesc = Assertion and Message Functions
pkgver = 0.1.6
- pkgrel = 3
+ pkgrel = 4
url = https://cran.r-project.org/package=bigassertr
arch = any
- license = GPL3
+ license = GPL-3.0-only
depends = r
optdepends = r-covr
optdepends = r-testthat
diff --git a/PKGBUILD b/PKGBUILD
index 661b3437f649..9b5c333221f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=bigassertr
_pkgver=0.1.6
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
pkgdesc="Assertion and Message Functions"
arch=(any)
url="https://cran.r-project.org/package=$_pkgname"
-license=(GPL3)
+license=('GPL-3.0-only')
depends=(
r
)