summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-04 00:07:49 +0000
committerBioArchLinuxBot2022-11-04 00:07:49 +0000
commitc5037bb8a529d445e96d6bbf2966094e1571870c (patch)
tree1e7604175c719e93cec039a7a0f98384f039149e
parent8a7add3c1e3b4c005958446358b549f663e6cb8f (diff)
downloadaur-c5037bb8a529d445e96d6bbf2966094e1571870c.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbd2a85a90f2..44aa394b5b65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-multicrispr
pkgdesc = Multi-locus multi-purpose Crispr/Cas design
- pkgver = 1.6.0
+ pkgver = 1.8.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.6.0.tar.gz
- sha256sums = 9e699e0ed65fd7fc266cd211ab3591d1fa5f04ddfff106495b5c4dca6b95b46a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/multicrispr_1.8.0.tar.gz
+ sha256sums = 5f917dfeff94ff8e77a04d66ed61885e647964d213f7a5d943ab1f77d060629d
pkgname = r-multicrispr
diff --git a/PKGBUILD b/PKGBUILD
index f8afcc303e90..2e21f86e2da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=multicrispr
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.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=('9e699e0ed65fd7fc266cd211ab3591d1fa5f04ddfff106495b5c4dca6b95b46a')
+sha256sums=('5f917dfeff94ff8e77a04d66ed61885e647964d213f7a5d943ab1f77d060629d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"