summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2022-01-03 09:25:12 +0100
committerHyacinthe Cartiaux2022-01-03 09:25:12 +0100
commit34cd0ff0b3f0ad4925fe9c137fd5e0d750566fa3 (patch)
tree589adc7a7c8e5a6707295437a1516902b37e7a18 /PKGBUILD
parent1b3c336d8dc6686a481e6da4ab49398117ffa45a (diff)
downloadaur-34cd0ff0b3f0ad4925fe9c137fd5e0d750566fa3.tar.gz
Update dependencies
Import from github - https://raw.githubusercontent.com/dvdesolve/ArchRPkgs/master/packages/r-httpuv/PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b9b24062aeb..a72687a6072c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=httpuv
_cranver=1.6.4
@@ -9,7 +9,7 @@ pkgdesc="HTTP and WebSocket Server Library"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
-depends=('r>=2.15.1' 'r-rcpp>=1.0.7' r-r6 r-promises 'r-later>=0.8.0')
+depends=('r>=2.15.1' 'r-rcpp>=1.0.7' r-r6 r-promises 'r-later>=0.8.0' zlib)
makedepends=(make)
optdepends=(r-testthat r-callr r-curl r-websocket)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")