r-qpdf: auto updated to 1.3.1-1

This commit is contained in:
BioArchLinuxBot 2023-03-16 00:01:31 +00:00
parent bdc9be8818
commit aae74571cc

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=qpdf
_pkgver=1.3.0
_pkgver=1.3.1
pkgname=r-${_pkgname,,}
pkgver=1.3.0
pkgver=1.3.1
pkgrel=1
pkgdesc='Split, Combine and Compress PDF Files'
arch=('x86_64')
@ -19,7 +19,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c8a9ecf05b6fe41c1a521d6cf290c9fc4a6cee502045f359b8a0daadc84a5674')
sha256sums=('600c6ba670f691794611b1fc1486160d55ca2fdfa6bbc737cbe6db4073c59c5c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"