mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-qpdf: auto updated to 1.2.0-1
This commit is contained in:
parent
17e044e788
commit
4aa4836b44
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=qpdf
|
_pkgname=qpdf
|
||||||
_pkgver=1.1
|
_pkgver=1.2.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.1
|
pkgver=1.2.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Split, Combine and Compress PDF Files'
|
pkgdesc='Split, Combine and Compress PDF Files'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -19,7 +19,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('71f106925aeffcf3cae500aad5f9306b64a9ed963540ec1d77a161c49975960e')
|
sha256sums=('d03db36a2024e8db3792f96b5c694578a5ccd36b86c58a0cf82451d1d43f2da8')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue