summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 12:43:28 +0000
committerBioArchLinuxBot2022-11-03 12:43:28 +0000
commit6e06769ab9c3998520e922c41432d493bcb8d0db (patch)
tree4b39bb1d854937032317d2ffd689c1738e6ec431
parenta2d3c73b47ce0d1b7d6c7ec65fcb6ca953cad8c8 (diff)
downloadaur-6e06769ab9c3998520e922c41432d493bcb8d0db.tar.gz
[lilac] updated to 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77a03ab99554..f2a59a4255ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-kinswingr
pkgdesc = KinSwingR: network-based kinase activity prediction
- pkgver = 1.14.0
+ pkgver = 1.16.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.14.0.tar.gz
- sha256sums = c0a080cd51333f590288fae7d709ee451c89f46948ca5b9a375b94fbaa9b039c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/KinSwingR_1.16.0.tar.gz
+ sha256sums = 6f603d390c37b8e9bf1f728ad8ac3575f41ea322cd8c5f098b24e8c899233f14
pkgname = r-kinswingr
diff --git a/PKGBUILD b/PKGBUILD
index 5d228ea9aa4a..b3431a5bf9cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=KinSwingR
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.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=('c0a080cd51333f590288fae7d709ee451c89f46948ca5b9a375b94fbaa9b039c')
+sha256sums=('6f603d390c37b8e9bf1f728ad8ac3575f41ea322cd8c5f098b24e8c899233f14')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"