summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 07:20:29 +0000
committerBioArchLinuxBot2023-04-29 07:20:29 +0000
commit9f014df922a18705baee7364fcccc10624fbaaff (patch)
tree7341995d79c984ac99ae594a00d8ccc3c1a67234
parent84092088cc4233bb1520f0ac11dcb234abb41955 (diff)
downloadaur-9f014df922a18705baee7364fcccc10624fbaaff.tar.gz
[lilac] updated to 1.78.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cd3d4d53157..c8dce1097d73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tilingarray
pkgdesc = Transcript mapping with high-density oligonucleotide tiling arrays
- pkgver = 1.76.0
+ pkgver = 1.78.0
pkgrel = 1
url = https://bioconductor.org/packages/tilingArray
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = r-tilingarray
depends = r-rcolorbrewer
depends = r-strucchange
depends = r-vsn
- source = https://bioconductor.org/packages/release/bioc/src/contrib/tilingArray_1.76.0.tar.gz
- sha256sums = ed133ae215d80c68d7fd869446f2d83afcf9ce600259dff4e0e3b279e97a73a5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/tilingArray_1.78.0.tar.gz
+ sha256sums = 36afaac2c2c6089aabb31a42ef49185da0aee1e3340371130a1be8d4c9e24372
pkgname = r-tilingarray
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}"