summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 07:20:29 +0000
committerBioArchLinuxBot2023-04-29 07:20:29 +0000
commit9f014df922a18705baee7364fcccc10624fbaaff (patch)
tree7341995d79c984ac99ae594a00d8ccc3c1a67234 /PKGBUILD
parent84092088cc4233bb1520f0ac11dcb234abb41955 (diff)
downloadaur-9f014df922a18705baee7364fcccc10624fbaaff.tar.gz
[lilac] updated to 1.78.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 877a7d968fc2..de67c0c62a86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tilingArray
-_pkgver=1.76.0
+_pkgver=1.78.0
pkgname=r-${_pkgname,,}
-pkgver=1.76.0
+pkgver=1.78.0
pkgrel=1
pkgdesc='Transcript mapping with high-density oligonucleotide tiling arrays'
arch=('x86_64')
@@ -20,7 +20,7 @@ depends=(
r-vsn
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ed133ae215d80c68d7fd869446f2d83afcf9ce600259dff4e0e3b279e97a73a5')
+sha256sums=('36afaac2c2c6089aabb31a42ef49185da0aee1e3340371130a1be8d4c9e24372')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"