summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 19:28:59 +0000
committerBioArchLinuxBot2023-10-25 19:28:59 +0000
commite0d1fdfc0358709b00cf57dd858a6972477e9925 (patch)
tree45de889e1bbdaffba97e6cee9245d9dcb192971a /PKGBUILD
parent973a624e02ad221ed4811f27c2f36942611ae056 (diff)
downloadaur-e0d1fdfc0358709b00cf57dd858a6972477e9925.tar.gz
[lilac] updated to 2.3.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07775747caac..bc4df519bbe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=checkmate
-_pkgver=2.2.0
+_pkgver=2.3.0
pkgname=r-${_pkgname,,}
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc='Fast and Versatile Argument Checks'
arch=('x86_64')
@@ -30,7 +30,7 @@ optdepends=(
r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('96ec14b057e875465f8ef194f35b8e124cd5b5919697692fb392706201359118')
+sha256sums=('88721b851e489da0acf88a9d598c847eca22255d7afb86fcaa06f378768b81d4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"