summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 23:14:50 +0000
committerBioArchLinuxBot2022-11-02 23:14:50 +0000
commit94c285357ff3b8a2b178e6fad0d6ee2e767c3ce8 (patch)
treee0c94d7d6c363bd8e743e368c75df51724040772 /PKGBUILD
parent32b43d33d71505188d6ab0e476dd6b188900239a (diff)
downloadaur-94c285357ff3b8a2b178e6fad0d6ee2e767c3ce8.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0caad70477ce..411a47006bb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SQLDataFrame
-_pkgver=1.10.3
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.3
+pkgver=1.12.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=('ced384cbafeef15e8031660a075701111e190aa6e84f4a5a4d87db155c14b43b')
+sha256sums=('add483ae45ad708f1b615a02bfd9a6cb5f3e684db43bec9bf8a1f6d239bb571b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"