summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 15:00:48 +0000
committerBioArchLinuxBot2023-04-27 15:00:48 +0000
commit9bd9314969654a419cf9fee057e7473f831ee20b (patch)
tree9177fc34527127bf1a3ecb51eaa9b6cd31ed2d1a
parent9eddee3f32a35cd39aee12a1bc60647c41bfe73e (diff)
downloadaur-9bd9314969654a419cf9fee057e7473f831ee20b.tar.gz
[lilac] updated to 1.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80726f004136..80c5923f7b03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-iseehex
pkgdesc = iSEE extension for summarising data points in hexagonal bins
- pkgver = 1.0.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://bioconductor.org/packages/iSEEhex
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-iseehex
optdepends = r-scrnaseq
optdepends = r-sessioninfo
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/iSEEhex_1.0.0.tar.gz
- sha256sums = 3c4dcfbaf29c3ff0a0c8ec57b935321b499bcbe49cca39328d53bc1c8ea6c91a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/iSEEhex_1.2.0.tar.gz
+ sha256sums = 83b718b33c8242e6c32b7a19e868effb690306984f8dd3e4b9bf539b7ca89e79
pkgname = r-iseehex
diff --git a/PKGBUILD b/PKGBUILD
index 6ebca7f21858..d7276e0a75f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=iSEEhex
-_pkgver=1.0.0
+_pkgver=1.2.0
pkgname=r-${_pkgname,,}
-pkgver=1.0.0
+pkgver=1.2.0
pkgrel=1
pkgdesc='iSEE extension for summarising data points in hexagonal bins'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3c4dcfbaf29c3ff0a0c8ec57b935321b499bcbe49cca39328d53bc1c8ea6c91a')
+sha256sums=('83b718b33c8242e6c32b7a19e868effb690306984f8dd3e4b9bf539b7ca89e79')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"