summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 05:17:50 +0000
committerBioArchLinuxBot2023-04-27 05:17:50 +0000
commit706351f2dd38205bacc54f4d9f5361ee4dd9e868 (patch)
tree9f55663461acb564b622e2483ec34cc4efa2e2a4 /PKGBUILD
parent94c285357ff3b8a2b178e6fad0d6ee2e767c3ce8 (diff)
downloadaur-706351f2dd38205bacc54f4d9f5361ee4dd9e868.tar.gz
[lilac] updated to 1.14.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 411a47006bb4..0f7c9afa57bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SQLDataFrame
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Representation of SQL database in DataFrame metaphor'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('add483ae45ad708f1b615a02bfd9a6cb5f3e684db43bec9bf8a1f6d239bb571b')
+sha256sums=('779688064090d38b8e7ed86355c922fa61620e2204aec2b667222821c58662bd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"