summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 22:13:34 +0000
committerBioArchLinuxBot2023-10-25 22:13:34 +0000
commit6435163b62545378ca22127b31ba285cbaa924ee (patch)
tree32678e80489a74c3fbef17b624cb78b120d0495a
parent3096bb68755f2407817cc9f4c12426d084ad31ab (diff)
downloadaur-6435163b62545378ca22127b31ba285cbaa924ee.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a62a405168d..f3dce37c2092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-kinswingr
pkgdesc = KinSwingR: network-based kinase activity prediction
- pkgver = 1.18.0
+ pkgver = 1.20.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.18.0.tar.gz
- sha256sums = 68a63ef2b7e46f472dbbbeed04f2bcccbdb40ccfc7d2e2a003c81b287a637c45
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/KinSwingR_1.20.0.tar.gz
+ sha256sums = e5bebe8bde72a0dc89fdca1d742e6f2786f3b5af7949e47604437d4654437e13
pkgname = r-kinswingr
diff --git a/PKGBUILD b/PKGBUILD
index ea1aafd1c85a..d8d33cc6bea5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=KinSwingR
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.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=('68a63ef2b7e46f472dbbbeed04f2bcccbdb40ccfc7d2e2a003c81b287a637c45')
+sha256sums=('e5bebe8bde72a0dc89fdca1d742e6f2786f3b5af7949e47604437d4654437e13')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"