summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-02-10 12:18:52 +0000
committerBioArchLinuxBot2023-02-10 12:18:52 +0000
commit1bb670cce2f3cb6fd1a855b4cc82245857adca55 (patch)
tree42fa9139b8719c95018a6e487ca94012bb02ec9a
parenta85a0e4ec45659fb9df050c8672ac420dd1c234e (diff)
downloadaur-1bb670cce2f3cb6fd1a855b4cc82245857adca55.tar.gz
[lilac] updated to 0.7.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94d9b919a480..e58261798864 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rpostgresql
pkgdesc = R Interface to the 'PostgreSQL' Database System
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
url = https://cran.r-project.org/package=RPostgreSQL
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = r-rpostgresql
depends = r
depends = r-dbi
depends = postgresql-libs
- source = https://cran.r-project.org/src/contrib/RPostgreSQL_0.7-4.tar.gz
- sha256sums = b6adf60094f2b03dff1959147cde7f61c2f4c4576d77b2a263c63f8e3cd556c6
+ source = https://cran.r-project.org/src/contrib/RPostgreSQL_0.7-5.tar.gz
+ sha256sums = 6b5401ee55bd948ae7bc84520d789ceb422533a7d5e5bd6e10e3b54447f29fa1
pkgname = r-rpostgresql
diff --git a/PKGBUILD b/PKGBUILD
index 840ee0ce93f4..fe266bc8ba55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RPostgreSQL
-_pkgver=0.7-4
+_pkgver=0.7-5
pkgname=r-${_pkgname,,}
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc="R Interface to the 'PostgreSQL' Database System"
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=(
postgresql-libs
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b6adf60094f2b03dff1959147cde7f61c2f4c4576d77b2a263c63f8e3cd556c6')
+sha256sums=('6b5401ee55bd948ae7bc84520d789ceb422533a7d5e5bd6e10e3b54447f29fa1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"