r-ggkegg: auto updated to 1.0.5-1

This commit is contained in:
BioArchLinuxBot 2023-12-04 18:11:34 +00:00
parent 287c65e201
commit 3c5731ccf0

View file

@ -1,10 +1,10 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com> # Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=ggkegg _pkgname=ggkegg
_pkgver=1.0.2 _pkgver=1.0.5
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.} pkgver=${_pkgver//-/.}
pkgrel=2 pkgrel=1
pkgdesc="KEGG pathway visualization by ggplot2" pkgdesc="KEGG pathway visualization by ggplot2"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -40,8 +40,8 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('747219ce420df145e10ee4b9243b17dc') md5sums=('9adf4d26a8390b425194f9e69108682e')
sha256sums=('5e1e4b9a9b9f88c48b504c285176bd873a760b38d5966916009af06320b27602') sha256sums=('3a845920ca7febe7f59b2029d43f71a420fd4d8831a49daa765b6d0c0a344ecf')
build() { build() {
mkdir -p build mkdir -p build