summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 18:20:01 +0000
committerBioArchLinuxBot2022-11-03 18:20:01 +0000
commitb504cdec99f43dba2574e0e7ec58fd7723a7b843 (patch)
tree878caae373f97361f9f1457a1f794606abc97d8f
parente2f7b9c83a328d5a11c299079210a5050e8fb8a4 (diff)
downloadaur-b504cdec99f43dba2574e0e7ec58fd7723a7b843.tar.gz
[lilac] updated to 1.30.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b35b300a58b..d3addd82e3d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-greylistchip
pkgdesc = Grey Lists -- Mask Artefact Regions Based on ChIP Inputs
- pkgver = 1.28.1
- pkgrel = 3
+ pkgver = 1.30.0
+ pkgrel = 1
url = https://bioconductor.org/packages/GreyListChIP
arch = any
license = Artistic2.0
@@ -17,7 +17,7 @@ pkgbase = r-greylistchip
optdepends = r-biocstyle
optdepends = r-bsgenome.hsapiens.ucsc.hg19
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GreyListChIP_1.28.1.tar.gz
- sha256sums = 0f367385fc951724a1d494819618ea3880633d400b90ad570a14672537dfa270
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GreyListChIP_1.30.0.tar.gz
+ sha256sums = ff75ae07ab72c4a7293ea264b98fa7f57ec583ec4fc8c21879e9c0ea90de1f0b
pkgname = r-greylistchip
diff --git a/PKGBUILD b/PKGBUILD
index 16ee595f6b37..0c6071f510b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GreyListChIP
-_pkgver=1.28.1
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.1
-pkgrel=3
+pkgver=1.30.0
+pkgrel=1
pkgdesc='Grey Lists -- Mask Artefact Regions Based on ChIP Inputs'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -26,7 +26,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0f367385fc951724a1d494819618ea3880633d400b90ad570a14672537dfa270')
+sha256sums=('ff75ae07ab72c4a7293ea264b98fa7f57ec583ec4fc8c21879e9c0ea90de1f0b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"