mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-httpuv: auto updated to 1.6.11-1
This commit is contained in:
parent
64820a35aa
commit
f88536c7eb
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=httpuv
|
||||
_pkgver=1.6.10
|
||||
_pkgver=1.6.11
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.6.10
|
||||
pkgver=1.6.11
|
||||
pkgrel=1
|
||||
pkgdesc='HTTP and WebSocket Server Library'
|
||||
arch=('x86_64')
|
||||
|
@ -27,7 +27,7 @@ optdepends=(
|
|||
r-websocket
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('cd290fa9565a8a791d1ed4f4f08f0060e9fb5250bba9512646e7fd57224febf0')
|
||||
sha256sums=('8ba79e0a8351274daf2dc566c71f88e891127cdedca62ad77a4b27a8103eeef5')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue