mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dbplyr: auto updated to 2.3.2-1
This commit is contained in:
parent
7a8c0beca4
commit
dca562832f
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=dbplyr
|
||||
_pkgver=2.3.1
|
||||
_pkgver=2.3.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.3.1
|
||||
pkgver=2.3.2
|
||||
pkgrel=1
|
||||
pkgdesc="A 'dplyr' Back End for Databases"
|
||||
arch=('any')
|
||||
|
@ -43,7 +43,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('e192059e923abcb39fcebc52a18cb3ba532cb50d2963c6d25435a0ec00b4ac28')
|
||||
sha256sums=('0ddc00595ec6b21962d0bb6f470f5f7c9d61c74a4f92681a37e94e1295707fac')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue