summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
)