mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggupset: auto updated to 0.4.1-5
This commit is contained in:
parent
618d0550f2
commit
6703016a78
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=ggupset
|
||||
_pkgver=0.4.0
|
||||
_pkgver=0.4.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//[:-]/.}
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Combination Matrix Axis for 'ggplot2' to Create 'UpSet' Plots"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('5f7337cd64b1d2499f0304af0482f34a6547bf2187135d86ff0a07cbbcb5cc33')
|
||||
sha256sums=('e87a0a2052a148f466e6eae7da969332a36cfe73724e90329f77de08181c7322')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue