summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-31 00:11:22 +0000
committerBioArchLinuxBot2024-01-31 00:11:22 +0000
commit1c186ea1f840a69e17a7c63cfdc399603ff7c08e (patch)
tree90fa6cf1ce6a438e9d6d8af0e31bbfc5e8672cde
parenta3dd57861cf6116c0637865a4eff8ef435f69fe4 (diff)
downloadaur-1c186ea1f840a69e17a7c63cfdc399603ff7c08e.tar.gz
[lilac] updated to 1.0.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f7fe3bd9a88..41ea4e21620b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-ggkegg
pkgdesc = KEGG pathway visualization by ggplot2
- pkgver = 1.0.6
+ pkgver = 1.0.7
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.6.tar.gz
- md5sums = c4d80b3c8d8d43b0dd2b831414176e67
- b2sums = e7662eb63d96ec0ca5097ed65fdf0c054d767bd13f8a86c945fbf779a7d5ec9509d311ee1ef6f2bc54ec10b80be73138adeac673febff11b34f9eea372b812d5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ggkegg_1.0.7.tar.gz
+ md5sums = 98dc6caba694d4344536027979cb43f5
+ b2sums = ebbbe929144bafbae1db34c474c82cd032182d97a09539567ba96d33def60d838cd1bb5b9f26d44c031f8b0fb5bb6edba01969ef77b54228771bf3451d93bd48
pkgname = r-ggkegg
diff --git a/PKGBUILD b/PKGBUILD
index 5b0e58f3d13f..0185029c690f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
_pkgname=ggkegg
-_pkgver=1.0.6
+_pkgver=1.0.7
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="KEGG pathway visualization by ggplot2"
arch=(any)
url="https://bioconductor.org/packages/$_pkgname"
-license=(MIT)
+license=('MIT')
depends=(
r-annotationdbi
r-biocfilecache
@@ -40,8 +40,8 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('c4d80b3c8d8d43b0dd2b831414176e67')
-b2sums=('e7662eb63d96ec0ca5097ed65fdf0c054d767bd13f8a86c945fbf779a7d5ec9509d311ee1ef6f2bc54ec10b80be73138adeac673febff11b34f9eea372b812d5')
+md5sums=('98dc6caba694d4344536027979cb43f5')
+b2sums=('ebbbe929144bafbae1db34c474c82cd032182d97a09539567ba96d33def60d838cd1bb5b9f26d44c031f8b0fb5bb6edba01969ef77b54228771bf3451d93bd48')
build() {
mkdir build