summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 21:06:38 +0000
committerBioArchLinuxBot2022-11-03 21:06:38 +0000
commit0bfab1c5af856e2c619fa7f1f6949d797563d94b (patch)
tree7a9dab60d59ace52b5386c204942183944a89831 /PKGBUILD
parent548d19ead3bd89c6d856aa8308f23e547e2a73e0 (diff)
downloadaur-0bfab1c5af856e2c619fa7f1f6949d797563d94b.tar.gz
[lilac] updated to 1.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9de491e49e5..ac336be9781d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=diffUTR
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="diffUTR: Streamlining differential exon and 3' UTR usage"
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c50e0a87c209ee469d247306c9071ae0920860b062a5768c07fcd534debc0b05')
+sha256sums=('9a7c53689c469c896c4774cc4eeedcc1a120c4a24d407654be44f96933739780')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"