diff options
author | BioArchLinuxBot | 2022-11-04 18:01:29 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-04 18:01:29 +0000 |
commit | 1a050e4cf814a27276cb486f3a19048b2f220ac6 (patch) | |
tree | 390550100a255055fe1ae6788a1d1963b28c1996 | |
parent | 8dea11e9406adb7dff079baef0e60de88aa5c00c (diff) | |
download | aur-1a050e4cf814a27276cb486f3a19048b2f220ac6.tar.gz |
[lilac] updated to 0.25-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = r-servr pkgdesc = A Simple HTTP Server to Serve Static Files or Dynamic Documents - pkgver = 0.24 - pkgrel = 7 + pkgver = 0.25 + pkgrel = 1 url = https://cran.r-project.org/package=servr arch = any license = GPL @@ -15,7 +15,7 @@ pkgbase = r-servr optdepends = r-rmarkdown optdepends = r-rstudioapi optdepends = r-tools - source = https://cran.r-project.org/src/contrib/servr_0.24.tar.gz - sha256sums = d94e1d31802ce6bbab7a5838ff94cbca8cd998237d834ff25fedf7514f41a087 + source = https://cran.r-project.org/src/contrib/servr_0.25.tar.gz + sha256sums = e6ae0d4c09e9037268b1c291c36c93ba0a74c31fe2fcb1f0652b2ae9fca5e73c pkgname = r-servr @@ -3,10 +3,10 @@ # Contributor: haha662 <haha662 at outlook dot com> _pkgname=servr -_pkgver=0.24 +_pkgver=0.25 pkgname=r-${_pkgname,,} -pkgver=0.24 -pkgrel=7 +pkgver=0.25 +pkgrel=1 pkgdesc='A Simple HTTP Server to Serve Static Files or Dynamic Documents' arch=('any') url="https://cran.r-project.org/package=${_pkgname}" @@ -26,7 +26,7 @@ optdepends=( r-tools ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('d94e1d31802ce6bbab7a5838ff94cbca8cd998237d834ff25fedf7514f41a087') +sha256sums=('e6ae0d4c09e9037268b1c291c36c93ba0a74c31fe2fcb1f0652b2ae9fca5e73c') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |