summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 00:52:56 +0000
committerBioArchLinuxBot2023-10-26 00:52:56 +0000
commitd83c5d5b5b18612ed5b19dd11f28c0c594620ad8 (patch)
treecbb576c772daa42c62076f2eca8afafbd3c1c320
parent6d7b85fb9c8ff4972803e15e133e74dbd49b320d (diff)
downloadaur-d83c5d5b5b18612ed5b19dd11f28c0c594620ad8.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cee378ec7f5..c73d0497beee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-diggit
pkgdesc = Inference of Genetic Variants Driving Cellular Phenotypes
- pkgver = 1.32.0
+ pkgver = 1.34.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.32.0.tar.gz
- sha256sums = 29e0ffb73a0805abfb3307c5d07ea8d17a74336139648ce4c93636bd1e8a7bf6
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/diggit_1.34.0.tar.gz
+ sha256sums = f075891536f7f1ad63a89bd67b973b08542b2ba2e86c7e6134eaf49c1aabc495
pkgname = r-diggit
diff --git a/PKGBUILD b/PKGBUILD
index 44cbf02b5443..683976a5d091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=diggit
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.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=('29e0ffb73a0805abfb3307c5d07ea8d17a74336139648ce4c93636bd1e8a7bf6')
+sha256sums=('f075891536f7f1ad63a89bd67b973b08542b2ba2e86c7e6134eaf49c1aabc495')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"