summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 07:42:31 +0000
committerBioArchLinuxBot2022-11-03 07:42:31 +0000
commit84092088cc4233bb1520f0ac11dcb234abb41955 (patch)
tree0171b00c583c6e4267d438a4cd14b85676e48ea6 /PKGBUILD
parent4d75bb84b4fbe78b04e27a6a8f1896b8d0874c5a (diff)
downloadaur-84092088cc4233bb1520f0ac11dcb234abb41955.tar.gz
[lilac] updated to 1.76.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c462098c004..877a7d968fc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=tilingArray
-_pkgver=1.74.0
+_pkgver=1.76.0
pkgname=r-${_pkgname,,}
-pkgver=1.74.0
+pkgver=1.76.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=('caca76638a783868339324dcb0ad53e07b81baebee03916add582f6f0103c39e')
+sha256sums=('ed133ae215d80c68d7fd869446f2d83afcf9ce600259dff4e0e3b279e97a73a5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"