summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 16:41:13 +0000
committerBioArchLinuxBot2022-11-03 16:41:13 +0000
commite1bfde838c15962e830dc02ab96932c99a621c22 (patch)
treed25b0a05a34fed8a69c6b6b714e6a9aec8feefc3
parente7dee7a13f4350a7fc36a0b3a13b96686cca8c54 (diff)
downloadaur-e1bfde838c15962e830dc02ab96932c99a621c22.tar.gz
[lilac] updated to 1.25.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48889a958422..34fd59558670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-pasilla
pkgdesc = Data package with per-exon and per-gene read counts of RNA-seq samples of Pasilla knock-down by Brooks et al., Genome Research 2011.
- pkgver = 1.24.0
+ pkgver = 1.25.0
pkgrel = 1
url = https://bioconductor.org/packages/pasilla
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-pasilla
optdepends = r-biocstyle
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/data/experiment/src/contrib/pasilla_1.24.0.tar.gz
- sha256sums = 2b7a79ec31df14c8b3d7244d7f17a074c9acba964fbfa2715b334fb1eb815def
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/pasilla_1.25.0.tar.gz
+ sha256sums = 43ebd774f90572c1f96d1c5d990e90280f57c3ed7e8f6d159f8d892aa5a13d62
pkgname = r-pasilla
diff --git a/PKGBUILD b/PKGBUILD
index 7f9fd0084252..ca1436503e51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pasilla
-_pkgver=1.24.0
+_pkgver=1.25.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.25.0
pkgrel=1
pkgdesc='Data package with per-exon and per-gene read counts of RNA-seq samples of Pasilla knock-down by Brooks et al., Genome Research 2011.'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2b7a79ec31df14c8b3d7244d7f17a074c9acba964fbfa2715b334fb1eb815def')
+sha256sums=('43ebd774f90572c1f96d1c5d990e90280f57c3ed7e8f6d159f8d892aa5a13d62')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"