summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 12:29:15 +0000
committerBioArchLinuxBot2023-10-27 12:29:15 +0000
commit6f22888693509f1874896df5fc3b2584ff51b6c1 (patch)
tree5af37f49ec6bb853383809c6212b27bd4fbe1796
parent38d366f07dca132a8eda47e3029042c1cb5ef8ff (diff)
downloadaur-6f22888693509f1874896df5fc3b2584ff51b6c1.tar.gz
[lilac] updated to 2.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 5d665e59c88f..1fe9095eb946 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-uniquorn
pkgdesc = Identification of cancer cell lines based on their weighted mutational/ variational fingerprint
- pkgver = 2.20.0
+ pkgver = 2.22.0
pkgrel = 1
url = https://bioconductor.org/packages/Uniquorn
arch = any
@@ -19,7 +19,7 @@ pkgbase = r-uniquorn
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Uniquorn_2.20.0.tar.gz
- sha256sums = d60fc037f7868cd684aa67c45f6c10383db35e16450211167d1b73128d4959cc
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Uniquorn_2.22.0.tar.gz
+ sha256sums = 97bf1d7d247e48e1d1a606edad4d5d78d9f16b62f6b847b586553017cf94a0e5
pkgname = r-uniquorn
diff --git a/PKGBUILD b/PKGBUILD
index f10fe1052855..9b1057f4d04d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Uniquorn
-_pkgver=2.20.0
+_pkgver=2.22.0
pkgname=r-${_pkgname,,}
-pkgver=2.20.0
+pkgver=2.22.0
pkgrel=1
pkgdesc='Identification of cancer cell lines based on their weighted mutational/ variational fingerprint'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d60fc037f7868cd684aa67c45f6c10383db35e16450211167d1b73128d4959cc')
+sha256sums=('97bf1d7d247e48e1d1a606edad4d5d78d9f16b62f6b847b586553017cf94a0e5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"