summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-09-05 12:06:03 +0000
committerBioArchLinuxBot2023-09-05 12:06:03 +0000
commit17d6d8e529e6c7f2d031b49ca58688731b4e1845 (patch)
tree61cdfc211a99e1911ca6d9599d36a848bdc8c417 /PKGBUILD
parenta39068672614a421056b46bc1932e8c597821dae (diff)
downloadaur-r-gggenes.tar.gz
[lilac] updated to 0.5.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc435c005278..22aa5fe06cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gggenes
-_pkgver=0.5.0
+_pkgver=0.5.1
pkgname=r-${_pkgname,,}
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="Draw Gene Arrow Maps in 'ggplot2'"
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-vdiffr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('09d3af8aa11a7bd4ec84b67036727188301942574cd78d0be7880e08fb53de1b')
+sha256sums=('72c9fb0aacb7f9341f5eb71dbe983076723d2e6aab556789d173fc2926744023')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"