summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-28 06:01:24 +0000
committerBioArchLinuxBot2023-03-28 06:01:24 +0000
commita39068672614a421056b46bc1932e8c597821dae (patch)
tree38ebb24bafcdf3f45f5194547220b03573281015 /PKGBUILD
parent9d89c54d4b6e5b3363c50dd7198ef65e52fc4e03 (diff)
downloadaur-a39068672614a421056b46bc1932e8c597821dae.tar.gz
[lilac] updated to 0.5.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9f2fa882c7e..bc435c005278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gggenes
-_pkgver=0.4.1
+_pkgver=0.5.0
pkgname=r-${_pkgname,,}
-pkgver=0.4.1
+pkgver=0.5.0
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=('53a29d35d7169af18926e54a6adfa1bbcf09624cf40c109734841bf0c4b793e8')
+sha256sums=('09d3af8aa11a7bd4ec84b67036727188301942574cd78d0be7880e08fb53de1b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"