summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bec53b4b5810..6802f6292d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=lintr
-_pkgver=3.1.0
+_pkgver=3.1.1
pkgname=r-${_pkgname,,}
-pkgver=3.1.0
-pkgrel=3
+pkgver=3.1.1
+pkgrel=1
pkgdesc="A 'Linter' for R Code"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -41,7 +41,7 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f71e5953d30156380f4776be5fe55a4f7a414ab4a2c26be475c1ee007f9663cd')
+sha256sums=('bcf146f4e74e6bf132fcbee7c9a43cd9c8abb4787e76a4164fa20468c180871d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"