summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 12:01:45 +0000
committerBioArchLinuxBot2023-10-27 12:01:45 +0000
commitae9f2c2036e42ddae238a6cb26f1a9b3f03e7db3 (patch)
tree249193694e52ff558161ebcf5c2a1b8d0bed108c /PKGBUILD
parent178c5ee99f81add1497047487052961445db1933 (diff)
downloadaur-r-scanmirapp.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31b174d21ab1..48fb176d0c43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scanMiRApp
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.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=('b123c11b63ce570b30afe2834ccdc08f872f5726112046125cc71f2d54689b9a')
+sha256sums=('c9b97ba39395ca75fd844b0cb9e397cb733115961697336df628bb5049dd36e6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"