summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-28 00:16:27 +0000
committerBioArchLinuxBot2023-04-28 00:16:27 +0000
commite7205143f3a1f8e5b3fd49dc6ede7200f1b79cbd (patch)
tree6f1e43b05c451cdbb937d27258938601d2cb7aa5
parentc5037bb8a529d445e96d6bbf2966094e1571870c (diff)
downloadaur-e7205143f3a1f8e5b3fd49dc6ede7200f1b79cbd.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44aa394b5b65..ec76a84a33c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-multicrispr
pkgdesc = Multi-locus multi-purpose Crispr/Cas design
- pkgver = 1.8.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/multicrispr
arch = any
@@ -37,7 +37,7 @@ pkgbase = r-multicrispr
optdepends = r-rmarkdown
optdepends = r-testthat
optdepends = r-txdb.mmusculus.ucsc.mm10.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/multicrispr_1.8.0.tar.gz
- sha256sums = 5f917dfeff94ff8e77a04d66ed61885e647964d213f7a5d943ab1f77d060629d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/multicrispr_1.10.0.tar.gz
+ sha256sums = d28be3642bd69ea24306e8857efd2e850517a43f43dde76745745404eb850b45
pkgname = r-multicrispr
diff --git a/PKGBUILD b/PKGBUILD
index 2e21f86e2da0..0182faa31c8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=multicrispr
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='Multi-locus multi-purpose Crispr/Cas design'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
r-txdb.mmusculus.ucsc.mm10.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5f917dfeff94ff8e77a04d66ed61885e647964d213f7a5d943ab1f77d060629d')
+sha256sums=('d28be3642bd69ea24306e8857efd2e850517a43f43dde76745745404eb850b45')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"