summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 07:43:05 +0000
committerBioArchLinuxBot2023-04-27 07:43:05 +0000
commit6d7b85fb9c8ff4972803e15e133e74dbd49b320d (patch)
tree3174dc0e16adaae40790404edf9ddcbd36118ac7
parent66b42c72a800bf334fa59d83b24ce515a04a2ec0 (diff)
downloadaur-6d7b85fb9c8ff4972803e15e133e74dbd49b320d.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79eba16d05bc..5cee378ec7f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-diggit
pkgdesc = Inference of Genetic Variants Driving Cellular Phenotypes
- pkgver = 1.30.0
+ pkgver = 1.32.0
pkgrel = 1
url = https://bioconductor.org/packages/diggit
arch = any
@@ -10,7 +10,7 @@ pkgbase = r-diggit
depends = r-ks
depends = r-viper
optdepends = r-diggitdata
- source = https://bioconductor.org/packages/release/bioc/src/contrib/diggit_1.30.0.tar.gz
- sha256sums = fa8da23182d0600f8695b97fa2274cef5b28cfa7c7358d7e724be4e3bf3a7570
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/diggit_1.32.0.tar.gz
+ sha256sums = 29e0ffb73a0805abfb3307c5d07ea8d17a74336139648ce4c93636bd1e8a7bf6
pkgname = r-diggit
diff --git a/PKGBUILD b/PKGBUILD
index a59def92d7b1..44cbf02b5443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=diggit
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='Inference of Genetic Variants Driving Cellular Phenotypes'
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
r-diggitdata
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fa8da23182d0600f8695b97fa2274cef5b28cfa7c7358d7e724be4e3bf3a7570')
+sha256sums=('29e0ffb73a0805abfb3307c5d07ea8d17a74336139648ce4c93636bd1e8a7bf6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"