summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 20:55:16 +0000
committerBioArchLinuxBot2023-04-27 20:55:16 +0000
commit178c5ee99f81add1497047487052961445db1933 (patch)
treec3d8faf4dc2272eab8303f30d5f949ef62d2ebe6
parent2a22a6bd2a177629614de50517a7ada98609fb14 (diff)
downloadaur-178c5ee99f81add1497047487052961445db1933.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1a097041448..962d113aea05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-scanmirapp
pkgdesc = scanMiR shiny application
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/scanMiRApp
arch = any
@@ -41,7 +41,7 @@ pkgbase = r-scanmirapp
optdepends = r-rmarkdown
optdepends = r-shinytest
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/scanMiRApp_1.4.0.tar.gz
- sha256sums = 193faecf494a838c572daf7e95acf005a9ea0c0f74504ff96a2a9222a33ba7b1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scanMiRApp_1.6.0.tar.gz
+ sha256sums = b123c11b63ce570b30afe2834ccdc08f872f5726112046125cc71f2d54689b9a
pkgname = r-scanmirapp
diff --git a/PKGBUILD b/PKGBUILD
index 571f786b598e..31b174d21ab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scanMiRApp
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='scanMiR shiny application'
arch=('any')
@@ -50,7 +50,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('193faecf494a838c572daf7e95acf005a9ea0c0f74504ff96a2a9222a33ba7b1')
+sha256sums=('b123c11b63ce570b30afe2834ccdc08f872f5726112046125cc71f2d54689b9a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"