summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 19:13:24 +0000
committerBioArchLinuxBot2022-11-02 19:13:24 +0000
commit7734d61a2f453987234540790aed65c2aa874ee8 (patch)
treee8ec72ecc395dc4bee9892624d65f9ae29a3ae81
parentc537d380ee6916c6ba56225021b3a5c183fc3479 (diff)
downloadaur-7734d61a2f453987234540790aed65c2aa874ee8.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17b86dd1fcbf..1e5d449afa79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = r-isolde
pkgdesc = Integrative Statistics of alleLe Dependent Expression
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/ISoLDE
arch = x86_64
license = GPL
depends = r
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ISoLDE_1.24.0.tar.gz
- sha256sums = b7ff7b1af71480fb709ba984cbc72cf67a452a1fa43b81a71bd4789261f18f8d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ISoLDE_1.26.0.tar.gz
+ sha256sums = f4318ebfdb065de730cffca3de9f81c88f8e863a062ad20adaac07111e03bc1f
pkgname = r-isolde
diff --git a/PKGBUILD b/PKGBUILD
index dec23141fd0a..39369bd15153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ISoLDE
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Integrative Statistics of alleLe Dependent Expression'
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=(
r
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b7ff7b1af71480fb709ba984cbc72cf67a452a1fa43b81a71bd4789261f18f8d')
+sha256sums=('f4318ebfdb065de730cffca3de9f81c88f8e863a062ad20adaac07111e03bc1f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"