mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rpostgresql: auto updated to 0.7.7-1
This commit is contained in:
parent
1f1bc9fdb4
commit
69fb4fb1d4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=RPostgreSQL
|
||||
_pkgver=0.7-6
|
||||
_pkgver=0.7-7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.7.6
|
||||
pkgrel=2
|
||||
pkgver=0.7.7
|
||||
pkgrel=1
|
||||
pkgdesc="R Interface to the 'PostgreSQL' Database System"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
postgresql-libs
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('385939708b6a3657663409f91e165ded0ff5268d1dc6225e0f9b34764baf2d2c')
|
||||
sha256sums=('f0593aa325cbabe7d7f984869e87cd86d350aeb9b9bf589191c9ebbb986c7d1c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue