summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 07:19:48 +0000
committerBioArchLinuxBot2023-04-27 07:19:48 +0000
commit27a6db911b9553ccc56100da8eb7614c4fd0fb73 (patch)
tree8e485dc98c6196d78e58b0e68d05212d57611be7
parentc38fbf3a5aefa5502f844fb7715649a91a243f32 (diff)
downloadaur-27a6db911b9553ccc56100da8eb7614c4fd0fb73.tar.gz
[lilac] updated to 1.70.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f7b88ffea42..ab48992bc173 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-panp
pkgdesc = Presence-Absence Calls from Negative Strand Matching Probesets
- pkgver = 1.68.0
+ pkgver = 1.70.0
pkgrel = 1
url = https://bioconductor.org/packages/panp
arch = any
@@ -9,7 +9,7 @@ pkgbase = r-panp
depends = r-affy
depends = r-biobase
optdepends = r-gcrma
- source = https://bioconductor.org/packages/release/bioc/src/contrib/panp_1.68.0.tar.gz
- sha256sums = 367b8b63a55fed67f6ec797cc0079feccf8f9e8adae704539b5cfa195d894c9e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/panp_1.70.0.tar.gz
+ sha256sums = 09f37413b9d3d5a2b02595a479c292e0c4465c63477a6b2318f5c0270c8c5634
pkgname = r-panp
diff --git a/PKGBUILD b/PKGBUILD
index ca408dd40818..4ddc14e9e1f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=panp
-_pkgver=1.68.0
+_pkgver=1.70.0
pkgname=r-${_pkgname,,}
-pkgver=1.68.0
+pkgver=1.70.0
pkgrel=1
pkgdesc='Presence-Absence Calls from Negative Strand Matching Probesets'
arch=('any')
@@ -18,7 +18,7 @@ optdepends=(
r-gcrma
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('367b8b63a55fed67f6ec797cc0079feccf8f9e8adae704539b5cfa195d894c9e')
+sha256sums=('09f37413b9d3d5a2b02595a479c292e0c4465c63477a6b2318f5c0270c8c5634')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"