summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-08 00:04:25 +0000
committerBioArchLinuxBot2024-02-08 00:04:25 +0000
commitbd94d2b4f4b2189fdc118f896abd0c916fc072b1 (patch)
tree27797d4f72c7a531bad3819b284d504333964622 /PKGBUILD
parent998c6980f0bbe75b474f97a826557e64088e1a38 (diff)
downloadaur-r-enhancerhomologsearch.tar.gz
[lilac] updated to 1.8.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fc636b4bc9d..6bbb26d99ed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=enhancerHomologSearch
-_pkgver=1.8.2
+_pkgver=1.8.3
pkgname=r-${_pkgname,,}
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc='Identification of putative mammalian orthologs to given enhancer'
arch=('x86_64')
@@ -41,7 +41,7 @@ optdepends=(
r-txdb.mmusculus.ucsc.mm10.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3089d32fbb0a2edddd972a7974a525f7fbef1448f305af07fa4c6363235eafc8')
+sha256sums=('827c545a6bb9a0102b2e23332ead594af7aad6edb34251b7daaaed0c10c588d3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"