summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 09:35:25 +0000
committerBioArchLinuxBot2023-10-27 09:35:25 +0000
commit9275225b91cfa4539814731b871475a2babe7535 (patch)
tree26bbed3beadf8fb9cde4aa9f341e4aae76eeff0f
parent7bbabf536de16f033c80ae870760e9bcf3bbc39e (diff)
downloadaur-9275225b91cfa4539814731b871475a2babe7535.tar.gz
[lilac] updated to 2.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae0f0c1852be..73e6c21ca25c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ballgown
pkgdesc = Flexible, isoform-level differential expression analysis
- pkgver = 2.32.0
+ pkgver = 2.34.0
pkgrel = 1
url = https://bioconductor.org/packages/ballgown
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-ballgown
optdepends = r-knitr
optdepends = r-markdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ballgown_2.32.0.tar.gz
- sha256sums = 1daa81fd130640350055e4dd996a80609cdb2ae8f90ea127797be847fcbe9b16
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ballgown_2.34.0.tar.gz
+ sha256sums = 658426a92661774c79ea1c80ab8a378682cf0c0c9a8acdb83e17fe93bcf978e4
pkgname = r-ballgown
diff --git a/PKGBUILD b/PKGBUILD
index e5fe66c9599a..c09f3e5841fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ballgown
-_pkgver=2.32.0
+_pkgver=2.34.0
pkgname=r-${_pkgname,,}
-pkgver=2.32.0
+pkgver=2.34.0
pkgrel=1
pkgdesc='Flexible, isoform-level differential expression analysis'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1daa81fd130640350055e4dd996a80609cdb2ae8f90ea127797be847fcbe9b16')
+sha256sums=('658426a92661774c79ea1c80ab8a378682cf0c0c9a8acdb83e17fe93bcf978e4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"