mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ttservice: auto updated to 0.2.2-1
This commit is contained in:
parent
ac2aec8542
commit
094e7f5887
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ttservice
|
||||
_pkgver=0.1.2
|
||||
_pkgver=0.2.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.2
|
||||
pkgrel=2
|
||||
pkgver=0.2.2
|
||||
pkgrel=1
|
||||
pkgdesc='A Service for Tidy Transcriptomics Software Suite'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -14,7 +14,7 @@ depends=(
|
|||
r-dplyr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('1c08a25cf4ca6a563ddd5c04f96cc0c017a5ab5f4eb69a8cc423c1be615f4d73')
|
||||
sha256sums=('dd896d1892dce4ca6c0ef8a95b6c6ff69eb1349959134475494adc7b209738e3')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue