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