summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 04:54:48 +0000
committerBioArchLinuxBot2023-04-27 04:54:48 +0000
commit3096bb68755f2407817cc9f4c12426d084ad31ab (patch)
treeda52bd836ed36a8f912c4556bbe7f0a788f56c79
parent6e06769ab9c3998520e922c41432d493bcb8d0db (diff)
downloadaur-3096bb68755f2407817cc9f4c12426d084ad31ab.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2a59a4255ea..1a62a405168d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-kinswingr
pkgdesc = KinSwingR: network-based kinase activity prediction
- pkgver = 1.16.0
+ pkgver = 1.18.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.16.0.tar.gz
- sha256sums = 6f603d390c37b8e9bf1f728ad8ac3575f41ea322cd8c5f098b24e8c899233f14
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/KinSwingR_1.18.0.tar.gz
+ sha256sums = 68a63ef2b7e46f472dbbbeed04f2bcccbdb40ccfc7d2e2a003c81b287a637c45
pkgname = r-kinswingr
diff --git a/PKGBUILD b/PKGBUILD
index b3431a5bf9cc..ea1aafd1c85a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=KinSwingR
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.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=('6f603d390c37b8e9bf1f728ad8ac3575f41ea322cd8c5f098b24e8c899233f14')
+sha256sums=('68a63ef2b7e46f472dbbbeed04f2bcccbdb40ccfc7d2e2a003c81b287a637c45')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"