summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 20:09:02 +0000
committerBioArchLinuxBot2024-05-01 20:09:02 +0000
commit403022545f03c7691ea724243095df309e125f5a (patch)
tree093466e117f3cbf2d93814eb44acf10eff45ec6d
parent6435163b62545378ca22127b31ba285cbaa924ee (diff)
downloadaur-403022545f03c7691ea724243095df309e125f5a.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3dce37c2092..2b3b17736ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-kinswingr
pkgdesc = KinSwingR: network-based kinase activity prediction
- pkgver = 1.20.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://bioconductor.org/packages/KinSwingR
arch = any
@@ -11,7 +11,7 @@ pkgbase = r-kinswingr
depends = r-sqldf
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/KinSwingR_1.20.0.tar.gz
- sha256sums = e5bebe8bde72a0dc89fdca1d742e6f2786f3b5af7949e47604437d4654437e13
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/KinSwingR_1.22.0.tar.gz
+ sha256sums = 79c43ec323cfa229dcae7e695ddeabdb6ea6c6ee8bdc69a02574c1a444e49836
pkgname = r-kinswingr
diff --git a/PKGBUILD b/PKGBUILD
index d8d33cc6bea5..0b5542e38469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=KinSwingR
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='KinSwingR: network-based kinase activity prediction'
arch=('any')
@@ -20,7 +20,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e5bebe8bde72a0dc89fdca1d742e6f2786f3b5af7949e47604437d4654437e13')
+sha256sums=('79c43ec323cfa229dcae7e695ddeabdb6ea6c6ee8bdc69a02574c1a444e49836')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"