summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-13 00:22:23 +0000
committerBioArchLinuxBot2022-10-13 00:22:23 +0000
commit32b43d33d71505188d6ab0e476dd6b188900239a (patch)
tree9192a83b811627427b6ffa8c6233261eb0a267f2 /PKGBUILD
parent586b536684e3469a9e0b89da26292c79dd234f37 (diff)
downloadaur-32b43d33d71505188d6ab0e476dd6b188900239a.tar.gz
[lilac] updated to 1.10.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a750d216e7de..0caad70477ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SQLDataFrame
-_pkgver=1.10.0
+_pkgver=1.10.3
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.10.3
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=('168897f1e96f733298a53d01f867c5444f6a0c9005e81ea4d55426e76095775e')
+sha256sums=('ced384cbafeef15e8031660a075701111e190aa6e84f4a5a4d87db155c14b43b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"