summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Alain TORET2022-03-18 15:59:08 +0100
committerPierre-Alain TORET2022-03-18 15:59:08 +0100
commitd64d0630b2f80db4ddf9541ad7a29a6f8fb58991 (patch)
treef70fd0348c2cfda8ddaf91c13e953f46820f9076
parentf93cf34c1adc2cda11a10072cf06a719f24bd99d (diff)
downloadaur-d64d0630b2f80db4ddf9541ad7a29a6f8fb58991.tar.gz
Change makedep python2 to python
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe3d827a762..b99c0e971b53 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("x86_64")
url="https://joinpeertube.org/"
license=("AGPL")
depends=("nodejs>=14" "nodejs" "ffmpeg>=4.4.1" "postgresql" "openssl" "redis" "npm")
-makedepends=("yarn" "python2" "git")
+makedepends=("yarn" "python" "git")
backup=("etc/peertube/production.yaml")
options=("!strip")
source=("https://github.com/Chocobozzz/PeerTube/releases/download/v$pkgver/$pkgname-v$pkgver.tar.xz"