From 4aa4836b443a5a9dba53e81f8a812dc477759ed4 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Sun, 29 May 2022 13:43:58 +0000 Subject: [PATCH] r-qpdf: auto updated to 1.2.0-1 --- BioArchLinux/r-qpdf/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BioArchLinux/r-qpdf/PKGBUILD b/BioArchLinux/r-qpdf/PKGBUILD index 21ccaf0446..c32924a15e 100644 --- a/BioArchLinux/r-qpdf/PKGBUILD +++ b/BioArchLinux/r-qpdf/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Guoyi Zhang _pkgname=qpdf -_pkgver=1.1 +_pkgver=1.2.0 pkgname=r-${_pkgname,,} -pkgver=1.1 -pkgrel=2 +pkgver=1.2.0 +pkgrel=1 pkgdesc='Split, Combine and Compress PDF Files' arch=('x86_64') url="https://cran.r-project.org/package=${_pkgname}" @@ -19,7 +19,7 @@ optdepends=( r-testthat ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('71f106925aeffcf3cae500aad5f9306b64a9ed963540ec1d77a161c49975960e') +sha256sums=('d03db36a2024e8db3792f96b5c694578a5ccd36b86c58a0cf82451d1d43f2da8') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"