summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 14:54:51 +0000
committerBioArchLinuxBot2022-11-03 14:54:51 +0000
commit4a968f83217a7ffc3624bfd1bcf1be6efdd16d6f (patch)
treebbf958fe31fe61b94efe061f95afc353e679f617
parent2a7e237532f6fef7cc080c0f6ec603e7b49f361f (diff)
downloadaur-4a968f83217a7ffc3624bfd1bcf1be6efdd16d6f.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6adeeb075b92..d73401830295 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-peakpanther
pkgdesc = Peak Picking and Annotation of High Resolution Experiments
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/peakPantheR
arch = any
@@ -28,7 +28,7 @@ pkgbase = r-peakpanther
optdepends = r-pander
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/peakPantheR_1.10.0.tar.gz
- sha256sums = 1c9263ccb216c0fac503c916fe0d11582909738e4a77e4f24ddd04ba11363a2a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/peakPantheR_1.12.0.tar.gz
+ sha256sums = e5c56d4193ef27c14e10ebef244a7fc165b901ac7da6f86153a179aba0690a45
pkgname = r-peakpanther
diff --git a/PKGBUILD b/PKGBUILD
index 2d568c87e1f3..284920ba7b64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=peakPantheR
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Peak Picking and Annotation of High Resolution Experiments'
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1c9263ccb216c0fac503c916fe0d11582909738e4a77e4f24ddd04ba11363a2a')
+sha256sums=('e5c56d4193ef27c14e10ebef244a7fc165b901ac7da6f86153a179aba0690a45')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"