summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 02:33:47 +0000
committerBioArchLinuxBot2022-11-13 02:33:47 +0000
commit161839e595bb913531c1ed1e47527ea16d1a4a62 (patch)
treecaaef813bdc585b34723ce831c8d1a660516f940
parentec77e85e37ec62f85fa6b9855da1213987bcaef2 (diff)
downloadaur-161839e595bb913531c1ed1e47527ea16d1a4a62.tar.gz
[lilac] updated to 1.8.0-3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0425e50e196c..3bc543345840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-customcmpdb
pkgdesc = Customize and Query Compound Annotation Database
- pkgver = 1.6.0
- pkgrel = 1
+ pkgver = 1.8.0
+ pkgrel = 3
url = https://bioconductor.org/packages/customCMPdb
arch = any
license = Artistic2.0
@@ -16,7 +16,7 @@ pkgbase = r-customcmpdb
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/customCMPdb_1.6.0.tar.gz
- sha256sums = 075188b3820feeadab39b805dae3b16815de0709f322a7f5728a7bbb69bfbfc0
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/customCMPdb_1.8.0.tar.gz
+ sha256sums = 9921e2134803f2da1378b7388da04415605e42e0fcbcfb94ea7a43fb304019cb
pkgname = r-customcmpdb
diff --git a/PKGBUILD b/PKGBUILD
index 7f0b31ed6e93..0ad9e3c4f766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=customCMPdb
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
-pkgrel=1
+pkgver=1.8.0
+pkgrel=3
pkgdesc='Customize and Query Compound Annotation Database'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('075188b3820feeadab39b805dae3b16815de0709f322a7f5728a7bbb69bfbfc0')
+sha256sums=('9921e2134803f2da1378b7388da04415605e42e0fcbcfb94ea7a43fb304019cb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"