summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:58:22 +0000
committerBioArchLinuxBot2024-05-01 23:58:22 +0000
commit9adbd54468001b1ce156aa6bc5f93f84a0749fa6 (patch)
tree94622c3016d76a676a03f5a5a0117a6754b06f47
parentd83c5d5b5b18612ed5b19dd11f28c0c594620ad8 (diff)
downloadaur-r-diggit.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c73d0497beee..d03904d7c6ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-diggit
pkgdesc = Inference of Genetic Variants Driving Cellular Phenotypes
- pkgver = 1.34.0
+ pkgver = 1.36.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.34.0.tar.gz
- sha256sums = f075891536f7f1ad63a89bd67b973b08542b2ba2e86c7e6134eaf49c1aabc495
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/diggit_1.36.0.tar.gz
+ sha256sums = 6f1879b25741d091d1ab58f84e48de75f6311a9dfc2a5e544923cd966509bfba
pkgname = r-diggit
diff --git a/PKGBUILD b/PKGBUILD
index 683976a5d091..e518eea3cd79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=diggit
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.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=('f075891536f7f1ad63a89bd67b973b08542b2ba2e86c7e6134eaf49c1aabc495')
+sha256sums=('6f1879b25741d091d1ab58f84e48de75f6311a9dfc2a5e544923cd966509bfba')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"