mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-servr: auto updated to 0.32-1
This commit is contained in:
parent
6d552e0204
commit
a3f5581203
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
# Contributor: haha662 <haha662 at outlook dot com>
|
||||
|
||||
_pkgname=servr
|
||||
_pkgver=0.31
|
||||
_pkgver=0.32
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.31
|
||||
pkgver=0.32
|
||||
pkgrel=1
|
||||
pkgdesc='A Simple HTTP Server to Serve Static Files or Dynamic Documents'
|
||||
arch=('any')
|
||||
|
@ -26,7 +26,7 @@ optdepends=(
|
|||
r-tools
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('eb4e26036a1f769b4d88ec991b6b2751bb648b7e410b46b58ca4e0b7c497376b')
|
||||
sha256sums=('672aca913087c5164020fe3e79bbfee47fbc4fedd5e2cc824ee91fb48ef03da6')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue