summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRigel Kent2021-03-25 16:59:52 +0100
committerRigel Kent2021-03-25 16:59:52 +0100
commite0887e6713c6db9863344aa23b53c952af2dc1dc (patch)
tree7eaf5346d86fcd7dd647e17e0fc0335f74905e2d /PKGBUILD
parentc78da2aceab1f21340bb2bdc67c084492aff97dc (diff)
downloadaur-e0887e6713c6db9863344aa23b53c952af2dc1dc.tar.gz
fix dependency constraint on nodejs
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0d7ea32e2b2..2e41769092f0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: Rigel Kent <sendmemail at rigelk dot eu>
pkgname=peertube
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="ActivityPub-federated video streaming platform using P2P directly in your web browser"
arch=("x86_64")
url="https://joinpeertube.org/"
license=("AGPL")
-depends=("nodejs>=12" "nodejs<=15" "ffmpeg" "postgresql" "openssl" "redis" "npm")
+depends=("nodejs>=12" "nodejs<16" "ffmpeg" "postgresql" "openssl" "redis" "npm")
makedepends=("yarn" "python2" "git")
backup=("etc/peertube/production.yaml")
options=("!strip")