summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-08 12:01:36 +0000
committerBioArchLinuxBot2024-01-08 12:01:36 +0000
commitb2b4b82a9eb4f495b779b73000cb7feb2aee542e (patch)
tree0e346e320e6acc4b380464067b0aba5093ad0368 /PKGBUILD
parent87d5fd6b8dde7f4732c6d9ff61ae26b9154ca27c (diff)
downloadaur-b2b4b82a9eb4f495b779b73000cb7feb2aee542e.tar.gz
[lilac] updated to 1.12-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73c9bafd0621..9f9ba8869f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=venn
-_pkgver=1.11
+_pkgver=1.12
pkgname=r-${_pkgname,,}
-pkgver=1.11
+pkgver=1.12
pkgrel=1
pkgdesc='Draw Venn Diagrams'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-qca
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('33d915c7c90078f1e76e803fa3f02ab5b74dd04de7a9700477e51e0235f19314')
+sha256sums=('ed86b69bd99ceea93352a30699a0baba3fd8cdcde907a9476e92be202ad8721d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"