summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 18:41:41 +0000
committerBioArchLinuxBot2023-10-25 18:41:41 +0000
commit8ffab688ea1a134485d84da7be2180eb564363b6 (patch)
tree68b8759cb66d4c56af50e3bbd28fcb93aa30d242
parent50b8fb287b4c149f562d6426b3a63227302b2285 (diff)
downloadaur-8ffab688ea1a134485d84da7be2180eb564363b6.tar.gz
[lilac] updated to 1.46.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0df6aca80223..f58e9f4c01d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = r-iaseq
pkgdesc = iASeq: integrating multiple sequencing datasets for detecting allele-specific events
- pkgver = 1.44.0
+ pkgver = 1.46.0
pkgrel = 1
url = https://bioconductor.org/packages/iASeq
arch = any
license = GPL
depends = r
- source = https://bioconductor.org/packages/release/bioc/src/contrib/iASeq_1.44.0.tar.gz
- sha256sums = 28d67f4f99e76955609c5af7589de20f7d23a774f19f6f6f3886ae20b6115a76
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/iASeq_1.46.0.tar.gz
+ sha256sums = 35f0563d9c1573290e1e726ff16099c580239e11c13577a39632e59634c29478
pkgname = r-iaseq
diff --git a/PKGBUILD b/PKGBUILD
index 686f0efc5b0c..b3e3653260b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=iASeq
-_pkgver=1.44.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.0
+pkgver=1.46.0
pkgrel=1
pkgdesc='iASeq: integrating multiple sequencing datasets for detecting allele-specific events'
arch=('any')
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('28d67f4f99e76955609c5af7589de20f7d23a774f19f6f6f3886ae20b6115a76')
+sha256sums=('35f0563d9c1573290e1e726ff16099c580239e11c13577a39632e59634c29478')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"