summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-12-21 00:04:28 +0000
committerBioArchLinuxBot2023-12-21 00:04:28 +0000
commita3dd57861cf6116c0637865a4eff8ef435f69fe4 (patch)
tree80c1177e2adf6b99099c280d7d37d4014ffe8cd4
parent1c85a7807cbbca4bee04937743dbb86b738cd90f (diff)
downloadaur-a3dd57861cf6116c0637865a4eff8ef435f69fe4.tar.gz
[lilac] updated to 1.0.6-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7abd5ba5ee5e..8f7fe3bd9a88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ggkegg
pkgdesc = KEGG pathway visualization by ggplot2
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://bioconductor.org/packages/ggkegg
arch = any
@@ -29,8 +29,8 @@ pkgbase = r-ggkegg
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ggkegg_1.0.5.tar.gz
- md5sums = 9adf4d26a8390b425194f9e69108682e
- sha256sums = 3a845920ca7febe7f59b2029d43f71a420fd4d8831a49daa765b6d0c0a344ecf
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ggkegg_1.0.6.tar.gz
+ md5sums = c4d80b3c8d8d43b0dd2b831414176e67
+ b2sums = e7662eb63d96ec0ca5097ed65fdf0c054d767bd13f8a86c945fbf779a7d5ec9509d311ee1ef6f2bc54ec10b80be73138adeac673febff11b34f9eea372b812d5
pkgname = r-ggkegg
diff --git a/PKGBUILD b/PKGBUILD
index 83434166db1a..5b0e58f3d13f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=ggkegg
-_pkgver=1.0.5
+_pkgver=1.0.6
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="KEGG pathway visualization by ggplot2"
arch=(any)
-url="https://bioconductor.org/packages/${_pkgname}"
+url="https://bioconductor.org/packages/$_pkgname"
license=(MIT)
depends=(
r-annotationdbi
@@ -40,12 +40,12 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('9adf4d26a8390b425194f9e69108682e')
-sha256sums=('3a845920ca7febe7f59b2029d43f71a420fd4d8831a49daa765b6d0c0a344ecf')
+md5sums=('c4d80b3c8d8d43b0dd2b831414176e67')
+b2sums=('e7662eb63d96ec0ca5097ed65fdf0c054d767bd13f8a86c945fbf779a7d5ec9509d311ee1ef6f2bc54ec10b80be73138adeac673febff11b34f9eea372b812d5')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
check() {