diff options
author | BioArchLinuxBot | 2024-04-26 01:07:05 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-04-26 01:07:05 +0000 |
commit | d3c7becc7055492c02f070774538a7cfa0b09423 (patch) | |
tree | 8070e239233b387700c22464c4664354dcd65887 /PKGBUILD | |
parent | ef4e9cfbd45f2f013e222aad01d769085ab24d95 (diff) | |
download | aur-d3c7becc7055492c02f070774538a7cfa0b09423.tar.gz |
[lilac] updated to 0.8.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,11 +4,11 @@ _pkgname=tidyseurat _pkgver=0.8.0 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} -pkgrel=1 +pkgrel=2 pkgdesc="Brings Seurat to the Tidyverse" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(GPL3) +license=('GPL-3.0-only') depends=( r-cli r-dplyr |