summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-09 06:40:41 +0000
committerBioArchLinuxBot2022-08-09 06:40:41 +0000
commita85a0e4ec45659fb9df050c8672ac420dd1c234e (patch)
tree5296c0b9375abb62350760051f0d7807f04be1ce
parent3988502b28ceb13760e1bc45a169879d3dd9f132 (diff)
downloadaur-a85a0e4ec45659fb9df050c8672ac420dd1c234e.tar.gz
[lilac] updated to 0.7.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ace7ce998e1c..94d9b919a480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = r-rpostgresql
pkgdesc = R Interface to the 'PostgreSQL' Database System
- pkgver = 0.7.3
- pkgrel = 3
+ pkgver = 0.7.4
+ pkgrel = 1
url = https://cran.r-project.org/package=RPostgreSQL
arch = x86_64
license = GPL
depends = r
depends = r-dbi
depends = postgresql-libs
- source = https://cran.r-project.org/src/contrib/RPostgreSQL_0.7-3.tar.gz
- sha256sums = bdbca10329aeb357f05364772964716dfb5ce2470f7eb4a33770862b6ded71b9
+ source = https://cran.r-project.org/src/contrib/RPostgreSQL_0.7-4.tar.gz
+ sha256sums = b6adf60094f2b03dff1959147cde7f61c2f4c4576d77b2a263c63f8e3cd556c6
pkgname = r-rpostgresql
diff --git a/PKGBUILD b/PKGBUILD
index f475df3d666f..840ee0ce93f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RPostgreSQL
-_pkgver=0.7-3
+_pkgver=0.7-4
pkgname=r-${_pkgname,,}
-pkgver=0.7.3
-pkgrel=3
+pkgver=0.7.4
+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=('bdbca10329aeb357f05364772964716dfb5ce2470f7eb4a33770862b6ded71b9')
+sha256sums=('b6adf60094f2b03dff1959147cde7f61c2f4c4576d77b2a263c63f8e3cd556c6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"