mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
[lilac] updated to 1.20.0-1
This commit is contained in:
parent
14e674a643
commit
191f5bf7b1
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = r-network
|
||||
pkgdesc = Classes for Relational Data
|
||||
pkgver = 1.19.0
|
||||
pkgver = 1.20.0
|
||||
pkgrel = 1
|
||||
url = https://cran.r-project.org/package=network
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = r-network
|
|||
optdepends = r-covr
|
||||
optdepends = r-sna
|
||||
optdepends = r-testthat
|
||||
source = https://cran.r-project.org/src/contrib/network_1.19.0.tar.gz
|
||||
sha256sums = fd12a007fb16411ef386102f3ebb582ffc5b6798a7eb83858cb8601e1a152012
|
||||
source = https://cran.r-project.org/src/contrib/network_1.20.0.tar.gz
|
||||
sha256sums = 55d956be5b4e0f56931fdf1f44ca66c7f1aaafd2b859a01901c2ff248cec851f
|
||||
|
||||
pkgname = r-network
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=network
|
||||
_pkgver=1.19.0
|
||||
_pkgver=1.20.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.19.0
|
||||
pkgver=1.20.0
|
||||
pkgrel=1
|
||||
pkgdesc='Classes for Relational Data'
|
||||
arch=('x86_64')
|
||||
|
|
@ -21,7 +21,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('fd12a007fb16411ef386102f3ebb582ffc5b6798a7eb83858cb8601e1a152012')
|
||||
sha256sums=('55d956be5b4e0f56931fdf1f44ca66c7f1aaafd2b859a01901c2ff248cec851f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue