summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 08:16:04 +0000
committerBioArchLinuxBot2023-04-29 08:16:04 +0000
commitb61db9d3b0fc302621f451287adcb3693fbaab61 (patch)
treea378a8bd8f59fc97abcaa156eec086252343ed82
parentb7a2534a724ea8e624bd3b6baaa0452f402bd5b9 (diff)
downloadaur-b61db9d3b0fc302621f451287adcb3693fbaab61.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57fcae283917..3efc442f0793 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.26.0
+ pkgver = 1.28.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.26.0.tar.gz
- sha256sums = 710e65de39cb548fd0fbac558eecb5e86f1dc5727594fefe8e4637b0cf702276
+ source = https://bioconductor.org/packages/release/data/experiment/src/contrib/pasilla_1.28.0.tar.gz
+ sha256sums = 157e967db5582c9f65d18c72fca77a3093588b611b7be54ba6cda5a6c3f915af
pkgname = r-pasilla
diff --git a/PKGBUILD b/PKGBUILD
index 90be63c9c494..9ec6a7321447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pasilla
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.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=('710e65de39cb548fd0fbac558eecb5e86f1dc5727594fefe8e4637b0cf702276')
+sha256sums=('157e967db5582c9f65d18c72fca77a3093588b611b7be54ba6cda5a6c3f915af')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"